Merge pull request #178 from QasimK/document-fish-quitcd

Document how to install fish quitcd function
This commit is contained in:
Arun Prakash Jana 2019-01-02 16:35:36 +05:30 committed by GitHub
commit 80a3036b5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" export NNN_TMPFILE="/tmp/nnn"
function n --description 'support nnn quit and change directory' function n --description 'support nnn quit and change directory'