Browse Source

use a consistent spacing in expressions and wordlists.

OPENBSD_4_5
sobrado 16 years ago
parent
commit
9556b82869
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      src/etc/skel/dot.cshrc
  2. +3
    -3
      src/etc/skel/dot.login

+ 2
- 2
src/etc/skel/dot.cshrc View File

@ -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


+ 3
- 3
src/etc/skel/dot.login View File

@ -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

Loading…
Cancel
Save