From 3ced99df7327fc5a6c63194cad71e714a8bf89ec Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 27 Feb 2022 18:49:10 +0300 Subject: [PATCH] More beauty and short escape codes --- zsh/.zsh/rc/015prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.44.0