mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Document how to install fish quitcd function
It was not clear that the name of the file should match the name of the function.
This commit is contained in:
parent
243f8c67a9
commit
6b7af57947
|
@ -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"
|
export NNN_TMPFILE="/tmp/nnn"
|
||||||
|
|
||||||
function n --description 'support nnn quit and change directory'
|
function n --description 'support nnn quit and change directory'
|
||||||
|
|
Loading…
Reference in a new issue