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.cshrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 45f3767..490a6947 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -1,7 +1,6 @@
# $FreeBSD$
#
-# .cshrc - csh resource script, read at beginning
-# of execution by each shell
+# .cshrc - csh resource script, read at beginning of execution by each shell
#
# see also csh(1), environ(7).
#
@@ -12,6 +11,11 @@ alias la ls -a
alias lf ls -FA
alias ll ls -lA
+# A rightous umask
+umask 22
+
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
+
setenv EDITOR vi
setenv PAGER more
setenv BLOCKSIZE K
OpenPOWER on IntegriCloud