aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Joni Salmi <josalmi@users.noreply.github.com>2018-11-26 14:21:59 +0200
committerGravatar GitHub <noreply@github.com>2018-11-26 14:21:59 +0200
commit2623f688f2773603c2ac15e1b71c49ce438eb077 (patch)
tree5cbf0bb57ce38fff800c7c0551a9f315c1f085f6 /scripts
parent9cc627459d305a662ec3d56184abdb63ce97572b (diff)
downloadnnn-2623f688f2773603c2ac15e1b71c49ce438eb077.tar.gz
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
Diffstat (limited to 'scripts')
-rw-r--r--scripts/quitcd/quitcd.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/quitcd/quitcd.fish b/scripts/quitcd/quitcd.fish
index 079f33e..e7eec5e 100644
--- a/scripts/quitcd/quitcd.fish
+++ b/scripts/quitcd/quitcd.fish
@@ -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