Created
December 20, 2008 17:57
-
-
Save zaphar/38367 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Comment in the above and uncomment this below for a color prompt | |
PS1='\[\033[01;32m\]\u@\h\[\033[00m\] ~~ \[\033[01;32m\]\w\[\033[00m\]\n\$> ' | |
if [ -f ~/.bash_completion ]; then | |
. ~/.bash_completion | |
fi | |
if [ -f ~/.bash_alias ]; then | |
. ~/.bash_alias | |
fi | |
if [ -f ~/.bash_commands ]; then | |
. ~/.bash_commands | |
fi | |
# we want our custom stuff to come after finks stuff | |
export PATH=~/bin:~/perl/bin:~/perl/usr/bin:$PATH | |
export EDITOR=/usr/bin/vim | |
export MANPATH=~/perl/usr/man:~/perl/share/man:$MANPATH | |
PERL5LIB=~/perl/System/Library/Perl/5.8.8:$PERL5LIB | |
PERL5LIB=~/perl/lib/perl5/site_perl:$PERL5LIB | |
PERL5LIB=~/perl/lib/perl5/site_perl/5.8.8/darwin-thread-multi-2level:$PERL5LIB #export PERL5LIB | |
ERL_LIBS=~/erl_libs:$ERL_LIBS | |
export ERL_LIBS | |
export DARCS_APPLY_HTTP="darcs-client apply" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment