Please bear with us as we work to restore functionality to dotfiles.org.
ghurley
/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
EDITOR=emacs
export EDITOR
if [ -x /usr/local/scripts/ssx-agents ] ; then
eval `/usr/local/scripts/ssx-agents $SHELL`
fi
export history_write_timestamps=1
export PATH
export HISTTIMEFORMAT='%F %R '
export HISTFILESIZE=5000