Last active
August 29, 2015 14:12
-
-
Save logicmason/af1a10405a8597233b76 to your computer and use it in GitHub Desktop.
Revisions
-
logicmason revised this gist
Jan 6, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,4 @@ source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-complet source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh GIT_PS1_SHOWDIRTYSTATE=true #export PS1='\u@\h:\w$(__git_ps1)$ ' export PS1='\w$(__git_ps1)$ ' -
logicmason created this gist
Jan 6, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ export PKG_CONFIG_PATH=/usr/X11/lib/pkgconfig/:/usr/X11/lib/pkgconfig: export CLICOLOR=1 export LSCOLORS=ExFxCxDxBxegedabagacad [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash source /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh GIT_PS1_SHOWDIRTYSTATE=true #export PS1='\u@\h:\w$(__git_ps1)$ ' export PS1='\w$(__git_ps1)$