This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
l alias by default
OPENBSD_2_6
deraadt
25 years ago
parent
3d62607f33
commit
caa0b317fd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/etc/root/dot.cshrc
+ 1
- 0
src/etc/root/dot.cshrc
View File
@ -13,6 +13,7 @@ alias cd 'set old="$cwd"; chdir \!*'
alias h history
alias j jobs -l
alias ll ls -l
alias l ls -alF
alias back 'set back="$old"; set old="$cwd"; cd "$back"; unset back; dirs'
alias z suspend
Write
Preview
Loading…
Cancel
Save