# Do we need this to use --color=auto?
#if [ -x /usr/bin/dircolors ]; then
#    eval "`dircolors -b`"
#fi

alias ack='ACK_PAGER_COLOR="less -x4SRFX" ack'
alias dia='ls -aFl  --color=auto'
alias dir='ls -Fl   --color=auto'
alias dit='ls -Fltr --color=auto'
alias gb='git branch'
alias gd='git diff $@'
alias gl='git log --decorate=full'
alias gn='git diff --name-only'
alias grep='grep --color=auto'
alias h='history'
alias man="LANG=C man"
alias od='od -A x -tx1z'
alias p='sudo perl /home/ron/bin/wp.pl'
alias perldoc="LANG=C perldoc"

# Note: When changing these, remember to change the 'export' line below, too.
# Note: Don't use spaces around the '=' sign.

APP=/var/www/html/gs/app
DATE=`date +%Y.%m.%d.%H.%M.%S`
DR=/run/shm/html
EDITOR=uex
F1=/media/ron/Flash1
F2=/media/ron/Flash2
F3=/media/ron/Flash3
T1=/media/ron/151CE3760BEC7A1E

GS=/home/ron/Documents/repos/GS-CakePHP/app
PAGER=/usr/bin/less
PGCLIENTENCODING=UTF8

export APP DATE DR EDITOR F1 F2 F3 GS PAGER PGCLIENTENCODING T1
