diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-09 18:36:48 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-09 18:36:48 +0530 |
commit | 885cfd47345017ca8524c259e53949312360fc8f (patch) | |
tree | 367464beb26ff93da9e5c48c231159122ba88dbb /plugins/fzcd | |
parent | 9614fec13ba9b1363d5845f862384ed4018f2d4b (diff) | |
download | nnn-885cfd47345017ca8524c259e53949312360fc8f.tar.gz |
Support both fzf and fzy
Diffstat (limited to 'plugins/fzcd')
-rwxr-xr-x | plugins/fzcd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fzcd b/plugins/fzcd index d10b119..88f5397 100755 --- a/plugins/fzcd +++ b/plugins/fzcd @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Description: Run fzf/fzy/fd/fdfind/find and go to the directory of the file selected +# Description: Run fzf/fzy, fd/fdfind/find and go to the directory of the file selected # # Shell: POSIX compliant # Author: Anna Arad |