Update quitcd.csh

This commit is contained in:
Mischievous Meerkat 2019-11-18 12:10:50 +05:30 committed by GitHub
parent 52fad544fc
commit 11204d09d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"'