mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
pwd prompt in tiny theme is actually cyan now
also fixed some issues with spacing that came up.
This commit is contained in:
parent
bb59f4ece0
commit
76aa2ecfe8
1 changed files with 2 additions and 2 deletions
|
|
@ -34,4 +34,4 @@ function git_branch {
|
|||
fi
|
||||
}
|
||||
|
||||
PROMPT='$(collapse_pwd) %{$fg[cyan]%}$(git_branch)%{$reset_color%}$(prompt_character) » '
|
||||
PROMPT='%{$fg[cyan]%}$(collapse_pwd)$(git_branch)%{$reset_color%}$(prompt_character) » '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue