mirror of
https://github.com/jarun/nnn.git
synced 2024-11-14 15:13:16 +00:00
4 lines
156 B
Tcsh
4 lines
156 B
Tcsh
# NOTE: set NNN_TMPFILE correctly if you use 'XDG_CONFIG_HOME'
|
|
set NNN_TMPFILE=~/.config/nnn/.lastd
|
|
alias n 'nnn; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'
|