n() { nnn "$@" NNN_TMPFILE=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd if [ -f $NNN_TMPFILE ]; then . $NNN_TMPFILE rm $NNN_TMPFILE fi }