c o l o r s uwu

This commit is contained in:
lickthecheese 2020-06-16 22:41:49 -04:00
parent fd5c250e1c
commit f3f0a5b5c1

8
.zshrc
View file

@ -1783,7 +1783,7 @@ grml_prompt_pre_default=(
date '%F{blue}' date '%F{blue}'
grml-chroot '%F{red}' grml-chroot '%F{red}'
history '%F{green}' history '%F{green}'
host '' host '%F{blue}'
jobs '%F{cyan}' jobs '%F{cyan}'
newline '' newline ''
path '%B' path '%B'
@ -1793,7 +1793,7 @@ grml_prompt_pre_default=(
sad-smiley '' sad-smiley ''
shell-level '%F{red}' shell-level '%F{red}'
time '%F{blue}' time '%F{blue}'
user '%B%F{blue}' user '%B%F{green}'
vcs '' vcs ''
) )
@ -1804,7 +1804,7 @@ grml_prompt_post_default=(
date '%f' date '%f'
grml-chroot '%f ' grml-chroot '%f '
history '%f' history '%f'
host '' host '%f'
jobs '%f' jobs '%f'
newline '' newline ''
path '%b' path '%b'
@ -2088,7 +2088,7 @@ function grml_prompt_fallback () {
local p0 p1 local p0 p1
p0="${RED}%(?..%? )${WHITE}${debian_chroot:+($debian_chroot)}" p0="${RED}%(?..%? )${WHITE}${debian_chroot:+($debian_chroot)}"
p1="${BLUE}%n${NO_COLOR}@%m %40<...<%B%~%b%<< "'${vcs_info_msg_0_}'"%# " p1="${GREEN}%n${NO_COLOR}@%m %40<...<%B%~%b%<< "'${vcs_info_msg_0_}'"%# "
if (( EUID == 0 )); then if (( EUID == 0 )); then
PROMPT="${BLUE}${p0}${RED}${p1}" PROMPT="${BLUE}${p0}${RED}${p1}"
else else