File: dot.bash_profile

package info (click to toggle)
language-env 0.64
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,588 kB
  • ctags: 125
  • sloc: perl: 6,243; makefile: 83; tcl: 64; sh: 18
file content (20 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#   comment -*-coding: iso-8859-1;-*-
Udfoeres naar bash koeres som en login-skal.
Saetter dansk tastatur i konsollen og koerer .bashrc.
END
Udfres nr bash kres som en login-skal.
Stter dansk tastatur i konsollen og krer .bashrc.
END

# Setup the console keyboard
case `tty` in
/dev/tty[0-9]*|/dev/vc/*) 
    loadkeys dk-latin1 >/dev/null 2>&1
esac

# .bash_profile is executed on login.
if [ -f ~/.bashrc ]
then
  # execute .bashrc if it exists.
  . ~/.bashrc
fi