3 # Source global definitions
4 if [ -f /etc/bashrc ]; then
8 if [ -f ~/.bashrc-local ]; then
13 ps aux | grep -v grep | grep xscreensaver > /dev/null
15 echo "starting xscreensaver..."
18 until xscreensaver-command -lock; do
26 ls --color /tmp &>/dev/null && alias ls='ls --color=auto'
29 alias wget='wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"'
30 alias grep='grep --color=tty -d skip'
31 alias bterm='xterm -fn "-adobe-courier-bold-r-normal--34-240-100-100-m-200-iso8859-1"'
32 #alias mplayer3="mplayer -fs \
34 #-dr -noslices -xineramascreen 1 \
35 #-ao jack,port=4444,estimate,noautostart"
36 alias mplayer="mplayer -fs \
38 -dr -noslices -xineramascreen 1"
39 #alias mplayer="mplayer -fs \
40 #-vo gl:yuv=2:noati-hack:rectangle=0:noaspect \
41 #-dr -noslices -xineramascreen 1"
42 export PATH="${PATH}:${HOME}/cmccabe-bin"
43 export EDITOR="/usr/bin/vim"
44 export CSCOPE_EDITOR="${EDITOR}"
47 # non-interactive shell