diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-28 09:20:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-28 09:20:14 +0530 |
commit | 22ccf5e2e6a982d32872c71abc7c6ca14dfe1223 (patch) | |
tree | effcfc1c21d32462d490576cdf3de7cf0f0210fd /misc/auto-completion/fish | |
parent | 7e063f49d123cd91ac025551b1858dc6be30e3ea (diff) | |
download | nnn-22ccf5e2e6a982d32872c71abc7c6ca14dfe1223.tar.gz |
Support time type (access/change/mod) change
Diffstat (limited to 'misc/auto-completion/fish')
-rw-r--r-- | misc/auto-completion/fish/nnn.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index 3a7f10c..56cd425 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -11,7 +11,6 @@ else set sessions_dir $HOME/.config/nnn/sessions end -complete -c nnn -s a -d 'use access time' 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' |