diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/fish/functions/n.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/functions/n.fish b/.config/fish/functions/n.fish index 042011c..b764fca 100644 --- a/.config/fish/functions/n.fish +++ b/.config/fish/functions/n.fish | |||
@@ -24,7 +24,7 @@ function n --wraps=nnn --description 'support nnn quit and change directory' | |||
24 | # stty lwrap undef | 24 | # stty lwrap undef |
25 | # stty lnext undef | 25 | # stty lnext undef |
26 | 26 | ||
27 | nnn -c $argv | 27 | nnn -A -c $argv |
28 | 28 | ||
29 | if test -e $NNN_TMPFILE | 29 | if test -e $NNN_TMPFILE |
30 | source $NNN_TMPFILE | 30 | source $NNN_TMPFILE |