mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Switch double quotes for singles, fixes prompt issues
This commit is contained in:
parent
076f9b15ff
commit
5ace61de4e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue