Browse Source

Move the spaces around again :P

Geoff Garside 15 years ago
parent
commit
af8294d206
2 changed files with 2 additions and 2 deletions
  1. 1 1
      git.zsh
  2. 1 1
      themes/geoffgarside.zsh-theme

+ 1 - 1
git.zsh

@@ -4,7 +4,7 @@ function git_prompt_info() {
   branch=${ref#refs/heads/}
 
   if [[ -d .git ]]; then
-    CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%})$(parse_git_dirty) "
+    CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%})$(parse_git_dirty)"
   else
     CURRENT_BRANCH=''
   fi

+ 1 - 1
themes/geoffgarside.zsh-theme

@@ -1,2 +1,2 @@
 # PROMPT="[%*] %n:%c $(git_prompt_info)%(!.#.$) "
-PROMPT='[%*] %{$fg[cyan]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%} $(git_prompt_info)%(!.#.$) '
+PROMPT='[%*] %{$fg[cyan]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '