Make cd-on-quit not happen always

This commit is contained in:
CronyAkatsuki 2023-11-07 18:45:08 +01:00
parent 3b7488a1d7
commit 14b3dbea6b

View File

@ -115,7 +115,7 @@ n () {
} }
# Tempfile location # Tempfile location
export NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd" NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd"
nnn "$@" nnn "$@"