diff --git a/.zshrc b/.zshrc index 93b0955..163aeb4 100755 --- a/.zshrc +++ b/.zshrc @@ -2,10 +2,10 @@ #PS1='%B%F{ebdbb2}[%f%F{#cc241d}%n%f%F{ebdbb2}@%f%F{#689d6a}%m%f%F{ebdbb2}]%f%b %B%F{ebdbb2}[%F{#fabd2f}%~%f%b%B%F{ebdbb2}]%b %B%F{#fabd2f}${vcs_info_msg_0_}%f%b'$'\n''%B%F{#8ec07c}>%f%b ' #PS1='╭ %F{#7daea3}%~%f ${vcs_info_msg_0_}'$'\n''╰%B%F{#a9b665}%f%b ' -PROMPT='%F{#eeeeee}%~%f${vcs_info_msg_0_}'$'\n''%B%(?.%F{#478061}>.%F{#ea6962}>)%f%b ' +PROMPT='%F{#fffbef}%~%f${vcs_info_msg_0_}'$'\n''%B%(?.%F{#a7c080}>.%F{#e67e80}>)%f%b ' zstyle ':completion:*' completer _complete _ignored _approximate -zstyle ':completion:*' list-colors +zstyle ':completion:*' list-colors '' zstyle ':completion:*' menu select=long-list select=0 zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s zstyle ':completion:*' use-compctl true @@ -44,8 +44,8 @@ zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:*' unstagedstr ' +' zstyle ':vcs_info:*' stagedstr ' *' # Set the format of the Git information for vcs_info -zstyle ':vcs_info:git:*' formats ' %B%F{#fabd2f}%f%%b %F{#fabd2f}%B%b%f%%b%B%F{#fabd2f}%u%c%%b%f' -zstyle ':vcs_info:git:*' actionformats ' %B%F{#fabd2f}%f%%b %F{#fabd2f}%B%b%f%%b %F{#478061}(%a)%f%B%F{#fabd2f}%u%c%%b%f' +zstyle ':vcs_info:git:*' formats ' %B%F{#dbbc7f}%f%%b %F{#dbbc7f}%B%b%f%%b%B%F{#dbbc7f}%u%c%%b%f' +zstyle ':vcs_info:git:*' actionformats ' %B%F{#dbbc7f}%f%%b %F{#dbbc7f}%B%b%f%%b %F{#a7c080}(%a)%f%B%F{#fabd2f}%u%c%%b%f' [ -f "$XINITRC" ] && alias startx="startx $XINITRC" [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc"