diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/af-magic.zsh-theme | 4 | ||||
-rw-r--r-- | themes/random.zsh-theme | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/af-magic.zsh-theme b/themes/af-magic.zsh-theme index d939d546f..2ef9b02d7 100644 --- a/themes/af-magic.zsh-theme +++ b/themes/af-magic.zsh-theme @@ -30,13 +30,13 @@ fi RPS1+=" ${FG[237]}%n@%m%{$reset_color%}" # git settings -ZSH_THEME_GIT_PROMPT_PREFIX="${FG[075]}(${FG[078]}" +ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[075]}(${FG[078]}" ZSH_THEME_GIT_PROMPT_CLEAN="" ZSH_THEME_GIT_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}" # hg settings -ZSH_THEME_HG_PROMPT_PREFIX="${FG[075]}(${FG[078]}" +ZSH_THEME_HG_PROMPT_PREFIX=" ${FG[075]}(${FG[078]}" ZSH_THEME_HG_PROMPT_CLEAN="" ZSH_THEME_HG_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}" ZSH_THEME_HG_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}" diff --git a/themes/random.zsh-theme b/themes/random.zsh-theme index f0b8e5c18..28af84e23 100644 --- a/themes/random.zsh-theme +++ b/themes/random.zsh-theme @@ -42,6 +42,6 @@ else return 1 fi -if [[ -z "$ZSH_THEME_RANDOM_QUIET" ]]; then +if [[ "$ZSH_THEME_RANDOM_QUIET" != true ]]; then echo "[oh-my-zsh] Random theme '${RANDOM_THEME}' loaded" fi |