1 2 3 4 5 6 7 8 9 10
export NNN_TMPFILE="/tmp/nnn" n() { nnn -d if [ -f $NNN_TMPFILE ]; then . $NNN_TMPFILE rm $NNN_TMPFILE fi }