Browse Source

.zshrc: moar whitespace

exuberance
Brennen Bearnes 9 years ago
parent
commit
4a5aa2f8cc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .zshrc

+ 2
- 2
.zshrc View File

@ -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

|||||||
x
 
000:0
Loading…
Cancel
Save