Rudimentary C Shell script to quit and cd

This commit is contained in:
Arun Prakash Jana 2018-11-17 21:45:27 +05:30
parent 80371258a1
commit 56ca0a6cce
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
setenv NNN_TMPFILE /tmp/nnn
alias n 'nnn -c 2; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'