diff options
Diffstat (limited to 'plugins/fzopen')
| -rwxr-xr-x | plugins/fzopen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fzopen b/plugins/fzopen index e262d68..a678627 100755 --- a/plugins/fzopen +++ b/plugins/fzopen @@ -4,7 +4,7 @@ # Opens in $VISUAL or $EDITOR if text # Opens other type of files with xdg-open # -# Requires: fd/find, fzf/fzy/skim, xdg-open +# Dependencies: fd/find, fzf/fzy/skim, xdg-open # # Shell: POSIX compliant # Author: Arun Prakash Jana |