From: QasimK Date: Tue, 1 Jan 2019 23:57:38 +0000 (+0000) Subject: Document how to install fish quitcd function X-Git-Tag: v2.3~169^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6b7af57947d272d0e4281fde260b915092d44283;p=nnn.git Document how to install fish quitcd function It was not clear that the name of the file should match the name of the function. --- diff --git a/scripts/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish index e7eec5e1..608e44b8 100644 --- a/scripts/quitcd/quitcd.fish +++ b/scripts/quitcd/quitcd.fish @@ -1,3 +1,6 @@ +# Rename this file to match the name of the function +# e.g. ~/.config/fish/functions/n.fish + export NNN_TMPFILE="/tmp/nnn" function n --description 'support nnn quit and change directory'