Please bear with us as we work to restore functionality to dotfiles.org.
manfred
/.bash_profile
Sets colors for file the way I like it. Sets the best prompt, ever! Ow, and loads the ever popular bash_completion.
LS_COLORS='no=00:fi=00:di=01;32:ln=01;33:pi=40;32:so=01;32:do=01;32:bd=40;33;01:cd=40;33;01:or=40;32;01:ex=01;30:*.tar=00:*.tgz=00:*.arj=00:*.taz=00:*.lzh=00:*.zip=00:*.z=00:*.Z=00:*.gz=00:*.bz2=00:*.deb=01;32:*.rpm=01;32:*.jpg=00;32:*.gif=00;32:*.bmp=00;32:*.ppm=00;32:*.tga=00;32:*.xbm=00;32:*.xpm=00;32:*.tif=00;32:*.png=00;32:*.mov=00;32:*.mpg=00;32:*.ogm=00;32:*.avi=00;32:*.fli=00;32:*.gl=01;32:*.dl=01;32:'; export LS_COLORS
export PS1='\[\033[01;35m\]\u@\h.\[\033[00;30m\]\W} \[\033[00m\]'
export PATH=/opt/local/bin:/opt/local/sbin:$PATH:$HOME/bin:/usr/local/mysql/bin:/usr/local/bin
export EDITOR='/usr/bin/vim'
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi