This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
My build of nnn with minor changes
1176
Commits
1
Branch
5.5 MiB
Tree:
13fb1d8c0e
nnn
/
scripts
/
quitcd
/
quitcd.csh
quitcd.csh
85 B
Raw
Normal View
History
Rudimentary C Shell script to quit and cd
6 years ago
Option -c is gone
6 years ago
1
2
3
setenv NNN_TMPFILE /tmp/nnn
alias n 'nnn; source "$NNN_TMPFILE"; rm "$NNN_TMPFILE"'