diff options
author | 2017-09-02 11:15:10 +0530 | |
---|---|---|
committer | 2017-09-02 11:15:10 +0530 | |
commit | e2cde6c3252247b4fa14117e2a4ef86efebbf948 (patch) | |
tree | 94b77f3e356fa4384ff38509cfea174f6d007149 | |
parent | c88650832c4f595ed3ba7a9885334729f476f05e (diff) | |
download | nnn-e2cde6c3252247b4fa14117e2a4ef86efebbf948.tar.gz |
Change name to scripts directory
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | scripts/quitcd/quitcd.bash (renamed from misc/quitcd/quitcd.bash) | 0 | ||||
-rw-r--r-- | scripts/quitcd/quitcd.fish (renamed from misc/quitcd/quitcd.fish) | 0 | ||||
-rw-r--r-- | scripts/quitcd/quitcd.zsh (renamed from misc/quitcd/quitcd.zsh) | 0 |
4 files changed, 1 insertions, 1 deletions
@@ -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. diff --git a/misc/quitcd/quitcd.bash b/scripts/quitcd/quitcd.bash index dc83b23..dc83b23 100644 --- a/misc/quitcd/quitcd.bash +++ b/scripts/quitcd/quitcd.bash diff --git a/misc/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish index 079f33e..079f33e 100644 --- a/misc/quitcd/quitcd.fish +++ b/scripts/quitcd/quitcd.fish diff --git a/misc/quitcd/quitcd.zsh b/scripts/quitcd/quitcd.zsh index dc83b23..dc83b23 100644 --- a/misc/quitcd/quitcd.zsh +++ b/scripts/quitcd/quitcd.zsh |