diff options
author | 2009-01-30 08:42:26 +0000 | |
---|---|---|
committer | 2009-01-30 08:42:26 +0000 | |
commit | 3e39203cb661dd2ed3f3458c209859d006279888 (patch) | |
tree | 99d6819802eff4bedac84b687535fc50e5759867 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-3e39203cb661dd2ed3f3458c209859d006279888.tar.xz wireguard-openbsd-3e39203cb661dd2ed3f3458c209859d006279888.zip |
use a consistent spacing in expressions and wordlists.
-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 |