Mercurial > index.cgi > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c78481cfb082 |
---|---|
1 # .bash_profile | |
2 | |
3 # Get the aliases and functions | |
4 if [ -f ~/.bashrc ]; then | |
5 . ~/.bashrc | |
6 fi | |
7 | |
8 # User specific environment and startup programs | |
9 | |
10 PATH=$PATH:$HOME/bin | |
11 BASH_ENV=$HOME/.bashrc | |
12 EDITOR=vim | |
13 | |
14 export BASH_ENV PATH EDITOR | |
15 unset USERNAME | |
16 | |
17 #if [ "X$SSH_AUTH_SOCK" = "X" ] ; then | |
18 # eval `/usr/bin/ssh-agent` | |
19 #fi |