view .bash_profile @ 0:c78481cfb082

Initial checkin: * svn:ignore * . * Add files manually (from xanadu at work) to start the process
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Fri, 10 Apr 2009 17:51:18 +0000
parents
children 7e33b3191cf7
line wrap: on
line source

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
EDITOR=vim

export BASH_ENV PATH EDITOR
unset USERNAME

#if [ "X$SSH_AUTH_SOCK" = "X" ] ; then
#   eval `/usr/bin/ssh-agent`
#fi