Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created July 28, 2011 22:20
Show Gist options
  • Select an option

  • Save edipofederle/1112716 to your computer and use it in GitHub Desktop.

Select an option

Save edipofederle/1112716 to your computer and use it in GitHub Desktop.
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
alias ls="ls -G"
#Git branchs
export PS1="\[\033[00m\]\u:\[\033[00m\]\w\[\033[00m\] \`ruby -e \"print (%x{git branch 2> /dev/null}.grep(/^\*/).first || '').gsub(/^\* (.+)$/, '(\1) ')\"\`\[\033[00m\]$\[\033[00m\] "
# This loads RVM into a shell session.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
##
# Your previous /Users/edipo/.bash_profile file was backed up as /Users/edipo/.bash_profile.macports-saved_2011-07-12_at_21:50:08
##
# MacPorts Installer addition on 2011-07-12_at_21:50:08: 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.
export PATH="$HOME/Library/Haskell/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment