summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.cshrc8
-rw-r--r--share/skel/dot.login17
2 files changed, 9 insertions, 16 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
diff --git a/share/skel/dot.login b/share/skel/dot.login
index d59a727..3032ef9 100644
--- a/share/skel/dot.login
+++ b/share/skel/dot.login
@@ -1,20 +1,9 @@
# $FreeBSD$
#
-# .login - csh login script, read by login shell,
-# after `.cshrc' at login.
+# .login - csh login script, read by login shell, after `.cshrc' at login.
#
# see also csh(1), environ(7).
#
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/bin $HOME/bin)
-#setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
-
-# Interviews settings
-#setenv CPU "FREEBSD"
-#set path = ($path /usr/local/interviews/bin/$CPU)
-#setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
-
-# A rightous umask
-umask 22
-
-[ -x /usr/games/fortune ] && /usr/games/fortune -s
+# Uncomment to display a random cookie each login:
+# [ -x /usr/games/fortune ] && /usr/games/fortune -s
OpenPOWER on IntegriCloud