diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-30 08:42:27 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-30 08:42:27 +0000 |
commit | 620dbcde54bf10d0218b400ba07c7a12b22dacdf (patch) | |
tree | 88a2319dc34cfb7ca88ff1c57a387cf8a58c8ac5 /etc/skel/dot.cshrc | |
parent | 08624724e12645060d0385e795808c74f1b1e43d (diff) |
use a consistent spacing in expressions and wordlists.
Diffstat (limited to 'etc/skel/dot.cshrc')
-rw-r--r-- | etc/skel/dot.cshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/skel/dot.cshrc b/etc/skel/dot.cshrc index 40c5a0c3f0b..c2ab19814b4 100644 --- a/etc/skel/dot.cshrc +++ b/etc/skel/dot.cshrc @@ -1,4 +1,4 @@ -# $OpenBSD: dot.cshrc,v 1.6 2007/02/16 20:05:49 deraadt Exp $ +# $OpenBSD: dot.cshrc,v 1.7 2009/01/30 08:42:26 sobrado Exp $ # # csh initialization @@ -13,7 +13,7 @@ alias ll ls -lsA alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' alias z suspend -set path = ( ~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,local/bin,local/sbin,games} .) +set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,local/bin,local/sbin,games} .) if ($?prompt) then # An interactive shell -- set some stuff up |