mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
11 lines
226 B
Fish
11 lines
226 B
Fish
export NNN_TMPFILE="/tmp/nnn"
|
|
|
|
function n --description 'support nnn quit and change directory'
|
|
nnn $argv
|
|
|
|
if test -e $NNN_TMPFILE
|
|
. $NNN_TMPFILE
|
|
rm $NNN_TMPFILE
|
|
end
|
|
end
|