1
0
Fork 0

Switch double quotes for singles, fixes prompt issues

pull/4/head
Geoff Garside 15 years ago
parent f1e17335b8
commit 5e975f6286

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

Loading…
Cancel
Save