aboutsummaryrefslogtreecommitdiff
path: root/.local/share/oh-my-zsh
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-06 11:05:07 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-06 11:05:07 +0100
commit961c85d568a63186a70830c288029115b7e5de57 (patch)
tree146a08cc6e4b4164675f21b15ad977885cf6ac97 /.local/share/oh-my-zsh
parent638a714138c61a05bce07af79612edc21a0c7f59 (diff)
minor update
Diffstat (limited to '.local/share/oh-my-zsh')
-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 "