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 | |
parent | 08624724e12645060d0385e795808c74f1b1e43d (diff) |
use a consistent spacing in expressions and wordlists.
Diffstat (limited to 'etc/skel')
-rw-r--r-- | etc/skel/dot.cshrc | 4 | ||||
-rw-r--r-- | etc/skel/dot.login | 6 |
2 files changed, 5 insertions, 5 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 diff --git a/etc/skel/dot.login b/etc/skel/dot.login index d369fd3e1dc..ff337e8659b 100644 --- a/etc/skel/dot.login +++ b/etc/skel/dot.login @@ -1,9 +1,9 @@ -# $OpenBSD: dot.login,v 1.3 2002/06/09 06:15:15 todd Exp $ +# $OpenBSD: dot.login,v 1.4 2009/01/30 08:42:26 sobrado Exp $ # # csh login file if ( ! $?TERMCAP ) then - tset -Q '-mdialup:?vt100' $TERM + tset -Q '-mdialup:?vt100' $TERM endif stty newcrt crterase @@ -14,4 +14,4 @@ set ignoreeof setenv EXINIT 'set ai sm noeb' setenv HOSTALIASES $HOME/.hostaliases -if ( -x /usr/games/fortune) /usr/games/fortune +if (-x /usr/games/fortune) /usr/games/fortune |