Merge pull request #142 from josalmi/patch-1

Replace single dot with source for fish shell
This commit is contained in:
Arun Prakash Jana 2018-11-26 18:16:13 +05:30 committed by GitHub
commit c3b2ace9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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