Replace single dot with source for fish shell

Single dot has been deprecated and can cause issues with users on newer version: https://github.com/fish-shell/fish-shell/issues/310
This commit is contained in:
Joni Salmi 2018-11-26 14:21:59 +02:00 committed by GitHub
parent 9cc627459d
commit 2623f688f2
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