mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Merge pull request #142 from josalmi/patch-1
Replace single dot with source for fish shell
This commit is contained in:
commit
c3b2ace9fd
|
@ -4,7 +4,7 @@ function n --description 'support nnn quit and change directory'
|
||||||
nnn $argv
|
nnn $argv
|
||||||
|
|
||||||
if test -e $NNN_TMPFILE
|
if test -e $NNN_TMPFILE
|
||||||
. $NNN_TMPFILE
|
source $NNN_TMPFILE
|
||||||
rm $NNN_TMPFILE
|
rm $NNN_TMPFILE
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue