#/bin/bash # Scripted by fauzi if [ -z "$PS1" ]; then return fi export PS1="\[\e[1;33m\]\u\[\e[1;34m\]@\[\e[1;33m\]\h \[\e[0m\]:\[\e[1;34m\] \w \[\e[0m\] " export GREP_COLOR="1;31" alias grep="grep --color" #alias grep="grep -i --color" #alias grep="grep -e --color" export CLICOLOR=1 #export LSCOLORS=GxFxCxDxBxegedabagaced export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx # Your previous /Users/fauzilee/.bash_profile file was backed up as /Users/fauzilee/.bash_profile.macports-saved_2011-08-13_at_08:50:09 ## # MacPorts Installer addition on 2011-08-13_at_08:50:09: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts.