summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.cshrc
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r--share/skel/dot.cshrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 3e94371..d6c6798 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -12,14 +12,15 @@ alias la ls -aF
alias lf ls -FA
alias ll ls -lAF
+# These are normally set through /etc/login.conf. You may override them here
+# if wanted.
+# set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
+# setenv BLOCKSIZE K
# A righteous umask
-umask 22
-
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
+# umask 22
setenv EDITOR vi
setenv PAGER more
-setenv BLOCKSIZE K
if ($?prompt) then
# An interactive shell -- set some stuff up
OpenPOWER on IntegriCloud