]> Sergey Matveev's repositories - dotfiles.git/commitdiff
More beauty and short escape codes
authorSergey Matveev <stargrave@stargrave.org>
Sun, 27 Feb 2022 15:49:10 +0000 (18:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 27 Feb 2022 15:49:10 +0000 (18:49 +0300)
zsh/.zsh/rc/015prompt.zsh

index 95fbb18e40bbdcf2394368e32d89aa0441cc2673..5a0e0b7c6275a2dc4aacc069402d50876a5f48dd 100644 (file)
@@ -27,6 +27,6 @@ preexec() {
 }
 
 precmd() {
-    printf "\a\033]2;\033\\"
+    printf "\a\e]2;\e\\"
     vcs_info
 }