Skip to content

Instantly share code, notes, and snippets.

@logicmason
Last active August 29, 2015 14:12
Show Gist options
  • Save logicmason/af1a10405a8597233b76 to your computer and use it in GitHub Desktop.
Save logicmason/af1a10405a8597233b76 to your computer and use it in GitHub Desktop.

Revisions

  1. logicmason revised this gist Jan 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .bash_profile
    Original 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)$
    export PS1='\w$(__git_ps1)$ '
  2. logicmason created this gist Jan 6, 2015.
    11 changes: 11 additions & 0 deletions .bash_profile
    Original 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)$