diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 10:59:57 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 10:59:57 +0530 |
commit | 8568cd6770b3b17681ccab5e4dbff147754f3dbd (patch) | |
tree | 737a54b41249e838f1ca3f456585b055c361e808 /plugins/autojump | |
parent | cfbb8f21177bf376698fa4d3b625d9627c1237e9 (diff) | |
download | nnn-8568cd6770b3b17681ccab5e4dbff147754f3dbd.tar.gz |
Change requires to dependencies
Diffstat (limited to 'plugins/autojump')
-rwxr-xr-x | plugins/autojump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autojump b/plugins/autojump index db221f3..54ff07b 100755 --- a/plugins/autojump +++ b/plugins/autojump @@ -2,7 +2,7 @@ # Description: Navigate to directory using autojump # -# Requires: autojump - https://github.com/wting/autojump +# Dependencies: autojump - https://github.com/wting/autojump # # Note: autojump STORES NAVIGATION PATTERNS # |