From: Sergey Matveev Date: Sun, 27 Feb 2022 15:49:10 +0000 (+0300) Subject: More beauty and short escape codes X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=3ced99df7327fc5a6c63194cad71e714a8bf89ec;p=dotfiles.git More beauty and short escape codes --- diff --git a/zsh/.zsh/rc/015prompt.zsh b/zsh/.zsh/rc/015prompt.zsh index 95fbb18..5a0e0b7 100644 --- a/zsh/.zsh/rc/015prompt.zsh +++ b/zsh/.zsh/rc/015prompt.zsh @@ -27,6 +27,6 @@ preexec() { } precmd() { - printf "\a\033]2;\033\\" + printf "\a\e]2;\e\\" vcs_info }