diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-05-01 20:37:56 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-05-01 20:37:56 +0000 |
commit | ea5def3e19222899740f3a179c231fa16acdce73 (patch) | |
tree | 607f1cfdd71014352f99f23c4213cc7fa89ac756 /etc | |
parent | 7040beca5b9fff63898666987c1ae8695191ddae (diff) |
add id-tag. sync PATH.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/skel/dot.cshrc | 6 | ||||
-rw-r--r-- | etc/skel/dot.profile | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/etc/skel/dot.cshrc b/etc/skel/dot.cshrc index e3b8c5d4838..0fe523fb1d8 100644 --- a/etc/skel/dot.cshrc +++ b/etc/skel/dot.cshrc @@ -1,4 +1,6 @@ -# .cshrc initialization +# $OpenBSD: dot.cshrc,v 1.2 2000/05/01 20:37:54 jakob Exp $ +# +# csh initialization alias df df -k alias du du -k @@ -11,7 +13,7 @@ alias ll ls -lgsA alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' alias z suspend -set path = (~/bin /bin /sbin /usr/{bin,local/bin,games,sbin} .) +set path = (~/bin /bin /sbin /usr/{bin,sbin,local/bin,local/sbin,games} .) if ($?prompt) then # An interactive shell -- set some stuff up diff --git a/etc/skel/dot.profile b/etc/skel/dot.profile index ed597ee360e..50730efba47 100644 --- a/etc/skel/dot.profile +++ b/etc/skel/dot.profile @@ -1,2 +1,6 @@ -PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/games:. +# $OpenBSD: dot.profile,v 1.2 2000/05/01 20:37:55 jakob Exp $ +# +# sh/ksh initialization + +PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/games:. export PATH HOME TERM |