diff options
author | QasimK <noreply@qasimk.io> | 2019-01-02 10:46:02 +0000 |
---|---|---|
committer | QasimK <noreply@qasimk.io> | 2019-01-02 10:46:02 +0000 |
commit | 2645dd59c984084f67d57b1fdb6a8684f98498f2 (patch) | |
tree | 1a76634e9d8453d8708c8457d465a230397170e8 | |
parent | 6b7af57947d272d0e4281fde260b915092d44283 (diff) | |
download | nnn-2645dd59c984084f67d57b1fdb6a8684f98498f2.tar.gz |
Document second method of adding quitcd to fish
-rw-r--r-- | scripts/quitcd/quitcd.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish index 608e44b..748f0dd 100644 --- a/scripts/quitcd/quitcd.fish +++ b/scripts/quitcd/quitcd.fish @@ -1,5 +1,6 @@ # Rename this file to match the name of the function # e.g. ~/.config/fish/functions/n.fish +# or, add the lines to the 'config.fish' file. export NNN_TMPFILE="/tmp/nnn" |