Browse Source
Merge pull request #178 from QasimK/document-fish-quitcd
Document how to install fish quitcd function
master
Arun Prakash Jana
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
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' |
|
|
|