zsh-propmt-kali: skull removed for root

This commit is contained in:
root 2023-06-17 14:31:20 +00:00
parent a69c86192d
commit ba8978cb7e

View File

@ -28,7 +28,7 @@ configure_prompt() {
#prompt_symbol=㉿
prompt_symbol=@
# Skull emoji for root terminal
[ "$EUID" -eq 0 ] && prompt_symbol=💀
#[ "$EUID" -eq 0 ] && prompt_symbol=💀
case "$PROMPT_ALTERNATIVE" in
twoline)
PROMPT=$'%F{%(#.blue.green)}╔══${debian_chroot:+($debian_chroot)─}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))─}(%B%F{%(#.red.blue)}%n'$prompt_symbol$'%m%b%F{%(#.blue.green)})-[%B%F{reset}%(6~.%-1~/…/%4~.%5~)%b%F{%(#.blue.green)}]\n`giti -n`%F{%(#.blue.green)}╚═%B%(#.%F{red}#.%F{blue}$)%b%F{reset} '