From ae7eff60c9c7894481e9c17fcfba30cbeb6b32f5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 4 Oct 1999 16:44:02 +0000 Subject: put sbin:/usr/sbin in default path --- share/skel/dot.cshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/skel/dot.cshrc') diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 6409f9c49b8..e3b8c5d4838 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -11,7 +11,7 @@ alias ll ls -lgsA alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' alias z suspend -set path = (~/bin /bin /usr/{bin,local/bin,games} .) +set path = (~/bin /bin /sbin /usr/{bin,local/bin,games,sbin} .) if ($?prompt) then # An interactive shell -- set some stuff up -- cgit v1.2.3