Created
July 28, 2011 22:20
-
-
Save edipofederle/1112716 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
| 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