Remove git from prompt
This commit is contained in:
parent
cd19ed53e4
commit
407856007e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# user, host, full path, and time/date
|
# user, host, full path, and time/date
|
||||||
# on two lines for easier vgrepping
|
# 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
|
# 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%} '
|
%{$fg_bold[white]%}%(!.#.$)%{$reset_color%} '
|
||||||
|
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"
|
||||||
|
|
Loading…
Reference in a new issue