README.md | 2 +-
misc/quitcd/quitcd.bash => scripts/quitcd/quitcd.bash | 0
misc/quitcd/quitcd.fish => scripts/quitcd/quitcd.fish | 0
misc/quitcd/quitcd.zsh => scripts/quitcd/quitcd.zsh | 0
diff --git a/README.md b/README.md
index 6ffe2717fbc9d1701b122b7b4aa5a16c1da3e3d7..00ffcb8272f0c7fb289241c8c4937f079a2ad561 100644
--- a/README.md
+++ b/README.md
@@ -302,7 +302,7 @@ To jump to the nth level parent, with PWD at level 0, use `n + 1` dots. For example, to jump to the 6
parent of the current directory, use 7 dots. If the number of dots would take you *beyond* `/` (which isn't possible), you'll be placed at `/`.
#### 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.
diff --git a/misc/quitcd/quitcd.bash b/scripts/quitcd/quitcd.bash
rename from misc/quitcd/quitcd.bash
rename to scripts/quitcd/quitcd.bash
diff --git a/misc/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish
rename from misc/quitcd/quitcd.fish
rename to scripts/quitcd/quitcd.fish
diff --git a/misc/quitcd/quitcd.zsh b/scripts/quitcd/quitcd.zsh
rename from misc/quitcd/quitcd.zsh
rename to scripts/quitcd/quitcd.zsh
|