|
|
@ -110,11 +110,11 @@ export PATH=~/firefox:/var/lib/gems/1.8/bin/:~/bin/:$PATH |
|
|
|
# reset the prompt on every command to get that parse_git_branch |
|
|
|
# function to run. might be a better way to do this, but whatever |
|
|
|
function precmd { |
|
|
|
export PS1="$PR_HOST_COLOR%n@%m $PR_TIME_COLOR%* $PR_PATH_COLOR%d $(parse_git_branch)$PR_NO_COLOR$PR_SIGIL " |
|
|
|
export PS1="$PR_HOST_COLOR%n@%m $PR_TIME_COLOR%* $PR_PATH_COLOR%d $(parse_git_branch)$PR_NO_COLOR $PR_SIGIL " |
|
|
|
} |
|
|
|
|
|
|
|
# set up ze prompt |
|
|
|
export PS1="$PR_HOST_COLOR%n@%m $PR_TIME_COLOR%* $PR_PATH_COLOR%d $(parse_git_branch)$PR_NO_COLOR$PR_SIGIL " |
|
|
|
export PS1="$PR_HOST_COLOR%n@%m $PR_TIME_COLOR%* $PR_PATH_COLOR%d $(parse_git_branch)$PR_NO_COLOR $PR_SIGIL " |
|
|
|
|
|
|
|
# common aliases for both shells i actually use |
|
|
|
source ~/.aliases |