diff options
author | 2000-05-01 20:37:54 +0000 | |
---|---|---|
committer | 2000-05-01 20:37:54 +0000 | |
commit | 005d367fc429df7f5676bc251e702a19dd2f27ba (patch) | |
tree | 3b89bc86a3a9f51a195d64d4598a9c298e2b3a4d | |
parent | unlink pid file, ok niels@ (diff) | |
download | wireguard-openbsd-005d367fc429df7f5676bc251e702a19dd2f27ba.tar.xz wireguard-openbsd-005d367fc429df7f5676bc251e702a19dd2f27ba.zip |
add id-tag. sync PATH.
-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 |