diff --git a/.config/zsh/functions.zsh b/.config/zsh/functions.zsh index a36fd50..beaf727 100755 --- a/.config/zsh/functions.zsh +++ b/.config/zsh/functions.zsh @@ -115,7 +115,7 @@ n () { } # Tempfile location - export NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd" + NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd" nnn "$@"