diff options
| author | 2020-05-26 05:21:46 +0530 | |
|---|---|---|
| committer | 2020-05-26 05:38:38 +0530 | |
| commit | 713bab21ea06196bb1c758d8e9914e329571e4ef (patch) | |
| tree | 4a8db099e4b8eb5d870b0175bc64d91e1fa13ba6 /misc/auto-completion/fish | |
| parent | 9b7b9d80be7f5372c810b8df5a6e4a52835499fd (diff) | |
| download | nnn-713bab21ea06196bb1c758d8e9914e329571e4ef.tar.gz | |
Prepare for release v3.2
Diffstat (limited to 'misc/auto-completion/fish')
| -rw-r--r-- | misc/auto-completion/fish/nnn.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index ac6e462..9939a5c 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -11,7 +11,7 @@ else set sessions_dir $HOME/.config/nnn/sessions end -complete -c nnn -s a -d 'auto-setup NNN_FIFO' +complete -c nnn -s a -d 'auto-create NNN_FIFO' complete -c nnn -s A -d 'disable dir auto-select' complete -c nnn -s b -r -d 'bookmark key to open' -x -a '(echo $NNN_BMS | awk -F: -v RS=\; \'{print $1"\t"$2}\')' complete -c nnn -s c -d 'cli-only opener' |