diff --git a/scripts/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish index e7eec5e1..748f0ddb 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'