From 407856007e3499b584e56babdc030fa39f2183ed Mon Sep 17 00:00:00 2001 From: DustVoice Date: Fri, 24 Jan 2020 01:40:37 +0100 Subject: [PATCH] Remove git from prompt --- .zsh/themes/dustvoice.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/themes/dustvoice.zsh-theme b/.zsh/themes/dustvoice.zsh-theme index bd46431..1ac6051 100644 --- a/.zsh/themes/dustvoice.zsh-theme +++ b/.zsh/themes/dustvoice.zsh-theme @@ -1,7 +1,7 @@ # user, host, full path, and time/date # on two lines for easier vgrepping # entry in a nice long thread on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=521888#p521888 -PROMPT=$'%b%{$fg[yellow]%}%n@%{$fg[magenta]%}%M %{$fg[green]%}%~ $(git_prompt_info) +PROMPT=$'%b%{$fg[yellow]%}%n@%{$fg[magenta]%}%M %{$fg[green]%}%~ %{$fg_bold[white]%}%(!.#.$)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"