mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +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
|
# To cd on quit only on ^G, export NNN_TMPFILE after the call to nnn
|
||||||
set NNN_TMPFILE=~/.config/nnn/.lastd
|
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