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
fix for paths with spaces;
nimenees@uaccess.net
OPENBSD_2_3
deraadt
27 years ago
parent
3255b5a3b3
commit
5874755ed9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/etc/root/dot.cshrc
+ 2
- 2
src/etc/root/dot.cshrc
View File
@ -8,11 +8,11 @@ set cdpath=(/sys /sys/arch /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,sh
setenv BLOCKSIZE 1k
alias cd 'set old=$cwd; chdir \!*'
alias cd 'set old=
"
$cwd
"
; chdir \!*'
alias h history
alias j jobs -l
alias ll ls -l
alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs'
alias back 'set back=
"
$old
"
; set old=
"
$cwd
"
; cd
"
$back
"
; unset back; dirs'
alias z suspend
alias x exit
Write
Preview
Loading…
Cancel
Save