From 6b0c40c1a545c5140568f5f2da9ace71c1a4de5d Mon Sep 17 00:00:00 2001 From: TheK4n Date: Wed, 15 Jun 2022 19:22:40 +0300 Subject: [PATCH] zsh prompt --- sub/zsh/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/zsh/prompt b/sub/zsh/prompt index e7d3307..dfb42a0 100644 --- a/sub/zsh/prompt +++ b/sub/zsh/prompt @@ -70,7 +70,7 @@ configure_prompt() { 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)}] $(vcs_info_wrapper)%b%F{%(#.blue.green)}\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} ' + 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)}] $(vcs_info_wrapper)%b%F{%(#.blue.green)}\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} ' RPROMPT=$'%(?.. %? %F{red}%B⨯%b%F{reset})%(1j. %j %F{yellow}%B⚙%b%F{reset}.)' ;; oneline)