mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 20:04:53 +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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ function n --description 'support nnn quit and change directory'
|
|||
nnn $argv
|
||||
|
||||
if test -e $NNN_TMPFILE
|
||||
. $NNN_TMPFILE
|
||||
source $NNN_TMPFILE
|
||||
rm $NNN_TMPFILE
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue