]> err.no Git - dotfiles/blob - bash_profile
loosen font specs a bit
[dotfiles] / bash_profile
1 # .bash_profile -*- sh -*-
2
3 umask 022
4
5 # Get the aliases and functions
6
7 if [ -f /local/skel/all.bash_profile ]; then
8    . /local/skel/all.bash_profile
9 fi
10
11 if [ -f ~/.bashrc ]; then
12         . ~/.bashrc
13 fi
14
15 # User specific environment and startup programs
16
17 ENV=$HOME/.bashrc
18 USERNAME=""
19
20 export USERNAME ENV
21
22 test -x /usr/games/fortune && /usr/games/fortune