From 14b3dbea6b7d5f897f2a44b272d527e810b5bfbd Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Tue, 7 Nov 2023 18:45:08 +0100 Subject: [PATCH] Make cd-on-quit not happen always --- .config/zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"