Browse Source

Switch double quotes for singles, fixes prompt issues

Geoff Garside 14 years ago
parent
commit
5ace61de4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/geoffgarside.zsh-theme

+ 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)%(!.#.$) '