diff options
author | 2019-01-02 16:35:36 +0530 | |
---|---|---|
committer | 2019-01-02 16:35:36 +0530 | |
commit | 80a3036b5ea990b142115c69aaa808793965e455 (patch) | |
tree | 1a76634e9d8453d8708c8457d465a230397170e8 | |
parent | 243f8c67a9a6d69d837a47d40b6114af86b2aef0 (diff) | |
parent | 2645dd59c984084f67d57b1fdb6a8684f98498f2 (diff) | |
download | nnn-80a3036b5ea990b142115c69aaa808793965e455.tar.gz |
Merge pull request #178 from QasimK/document-fish-quitcd
Document how to install fish quitcd function
-rw-r--r-- | scripts/quitcd/quitcd.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish index e7eec5e..748f0dd 100644 --- a/scripts/quitcd/quitcd.fish +++ b/scripts/quitcd/quitcd.fish @@ -1,3 +1,7 @@ +# 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" function n --description 'support nnn quit and change directory' |