]> Sergey Matveev's repositories - nnn.git/commitdiff
Change name to scripts directory
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 2 Sep 2017 05:45:10 +0000 (11:15 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 2 Sep 2017 05:45:10 +0000 (11:15 +0530)
README.md
scripts/quitcd/quitcd.bash [moved from misc/quitcd/quitcd.bash with 100% similarity]
scripts/quitcd/quitcd.fish [moved from misc/quitcd/quitcd.fish with 100% similarity]
scripts/quitcd/quitcd.zsh [moved from misc/quitcd/quitcd.zsh with 100% similarity]

index 6ffe2717fbc9d1701b122b7b4aa5a16c1da3e3d7..00ffcb8272f0c7fb289241c8c4937f079a2ad561 100644 (file)
--- a/README.md
+++ b/README.md
@@ -302,7 +302,7 @@ To jump to the n<sup>th</sup> level parent, with PWD at level 0, use `n + 1` dot
 
 #### cd on quit
 
-Pick the appropriate file for your shell from [misc/quitcd](https://github.com/jarun/nnn/tree/master/misc/quitcd) and add the contents to your shell's rc file. You'll need to spawn a new shell for the change to take effect. You should start `nnn` as `n` (or modify the function name to something else).
+Pick the appropriate file for your shell from [scripts/quitcd](https://github.com/jarun/nnn/tree/master/scripts/quitcd) and add the contents to your shell's rc file. You'll need to spawn a new shell for the change to take effect. You should start `nnn` as `n` (or modify the function name to something else).
 
 As you might notice, `nnn` uses the environment variable `NNN_TMPFILE` to write the last visited directory path. You can change it.