This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nnn
Watch
1
Star
0
Fork
You've already forked nnn
0
mirror of
https://github.com/jarun/nnn.git
synced
2024-11-05 10:53:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fa4f082ac0
nnn
/
scripts
/
quitcd
/
quitcd.csh
3 lines
93 B
Tcsh
Raw
Normal View
History
Unescape
Escape
Move cd on quit file The new location is ~/.config/nnn/.lastd
2019-06-07 16:23:27 +00:00
set
NNN_TMPFILE
=
~/.config/nnn/.lastd
Option -c is gone
2018-12-04 03:58:04 +00:00
alias
n
'nnn; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'
Reference in a new issue
Copy permalink