diff options
-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" |