]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/015prompt.zsh
More beauty and short escape codes
[dotfiles.git] / 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
 }