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 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 mplayer2="mplayer -fs \
33 -dr -noslices -xineramascreen 1"
34 alias mplayer="mplayer -fs \
35 -vo gl:yuv=2:noati-hack:rectangle=0:noaspect \
36 -dr -noslices -xineramascreen 1"
37 export PATH="${PATH}:${HOME}/cmccabe-bin"
38 export EDITOR="/usr/bin/vim"
39 export CSCOPE_EDITOR="${EDITOR}"
42 # non-interactive shell