mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update quitcd.csh
This commit is contained in:
parent
52fad544fc
commit
11204d09d5
|
@ -4,4 +4,4 @@
|
|||
# To cd on quit only on ^G, export NNN_TMPFILE after the call to nnn
|
||||
set NNN_TMPFILE=~/.config/nnn/.lastd
|
||||
|
||||
alias n 'nnn; source "$NNN_TMPFILE"; rm -f "$NNN_TMPFILE"'
|
||||
alias n 'nnn -fis; source "$NNN_TMPFILE"; rm -f "$NNN_TMPFILE"'
|
||||
|
|
Loading…
Reference in a new issue