aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/oh-my-zsh/themes/loek.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/oh-my-zsh/themes/loek.zsh-theme b/.local/share/oh-my-zsh/themes/loek.zsh-theme
index a126a10..217b7fb 100644
--- a/.local/share/oh-my-zsh/themes/loek.zsh-theme
+++ b/.local/share/oh-my-zsh/themes/loek.zsh-theme
@@ -8,7 +8,7 @@ PROMPT=""
# only display hostname in prompt if connected over SSH
[ -n "$SSH_CLIENT" ] && PROMPT+="$INFO_COLOR%m$SEPARATOR"
PROMPT+="$INFO_COLOR%c$SEPARATOR" # working directory
-PROMPT+="$INFO_COLOR\$(git_prompt_info)\$(hg_prompt_info)" # git info (if in repo)
+PROMPT+="$INFO_COLOR\$(git_prompt_info)" # git info (if in repo)
PROMPT+="$RESET_COLOR"
ZSH_THEME_GIT_PROMPT_PREFIX="${INFO_COLOR}git "