Skip to content

Instantly share code, notes, and snippets.

@r4vi
Last active August 29, 2015 14:24
Show Gist options
  • Save r4vi/ccf041d8101f981f3647 to your computer and use it in GitHub Desktop.
Save r4vi/ccf041d8101f981f3647 to your computer and use it in GitHub Desktop.
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export GITAWAREPROMPT=~/opt/git-aware-prompt
source $GITAWAREPROMPT/main.sh
export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
export SUDO_PS1="\[$bakred\]\u@\h\[$txtrst\] \w\$ "
export EDITOR='emacsclient -t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment