3 # Source global definitions
4 if [ -f /etc/bashrc ]; then
8 if [ -f ~/.bashrc-local ]; then
15 alias ls='ls --color=auto'
18 alias wget='wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"'
19 alias grep='grep --color=tty -d skip'
20 export PATH="${PATH}:${HOME}/cmccabe-bin"
21 export EDITOR="/usr/bin/vim"
22 export CSCOPE_EDITOR="${EDITOR}"
25 # non-interactive shell