aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-02 12:34:29 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-02 12:34:29 +0530
commitf6cb248975083d58ae3af83bdfb39535e12db422 (patch)
tree74bc870df7730cbf6ad96b1bb584fc850783f3cd /README.md
parent0cc3198ceb072838a9d2171d1645c69be6ac3780 (diff)
downloadnnn-f6cb248975083d58ae3af83bdfb39535e12db422.tar.gz
Re-arrange artifacts
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc9e608..448c4f2 100644
--- a/README.md
+++ b/README.md
@@ -307,7 +307,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 [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).
+Pick the appropriate file for your shell from [`scripts/quitcd`](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.