Last active
August 29, 2015 14:24
-
-
Save r4vi/ccf041d8101f981f3647 to your computer and use it in GitHub Desktop.
This file contains 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
[[ -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