mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Merge pull request #178 from QasimK/document-fish-quitcd
Document how to install fish quitcd function
This commit is contained in:
commit
80a3036b5e
|
@ -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"
|
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