summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.login
blob: c42cf95010fccbdc89b4d0dd9e360e6db495fb6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# csh .login file
#

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"

# 8-bit locale (Germany)
#setenv LANG de_DE.ISO_8859-1

# A righteous umask
umask 22

stty crt erase ^h

/usr/games/fortune
OpenPOWER on IntegriCloud