mirror of
https://github.com/kossLAN/zsh-flake.git
synced 2025-11-04 17:59:50 -05:00
chore: remove testing prompt stuff
This commit is contained in:
parent
770a38dfbe
commit
01717913f0
1 changed files with 0 additions and 2 deletions
|
|
@ -40,10 +40,8 @@ in {
|
||||||
|
|
||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
PROMPT='%F{cyan}%~%f '
|
PROMPT='%F{cyan}%~%f '
|
||||||
# RPROMPT='%F{lightblue}$(git_prompt_info)%f'
|
|
||||||
RPROMPT='$vcs_info_msg_0_'
|
RPROMPT='$vcs_info_msg_0_'
|
||||||
zstyle ':vcs_info:git*' formats "%b %m%u%c "
|
zstyle ':vcs_info:git*' formats "%b %m%u%c "
|
||||||
# zstyle ':vcs_info:git*' formats "(%{$fg[lightblue]%}%b)%{$reset_color%}%u%c%{$reset_color%} "
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# A list of path's to a plugin
|
# A list of path's to a plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue