1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-10 08:49:21 +00:00
nnn/misc/quitcd/quitcd.csh

4 lines
156 B
Tcsh
Raw Normal View History

2019-06-09 10:36:35 +05:30
# NOTE: set NNN_TMPFILE correctly if you use 'XDG_CONFIG_HOME'
set NNN_TMPFILE=~/.config/nnn/.lastd
2018-12-04 09:28:04 +05:30
alias n 'nnn; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'