]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/015prompt.zsh
Reset (green) cursor colour before command is executed
[dotfiles.git] / zsh / .zsh / rc / 015prompt.zsh
index abd25029b242806f692185b508cba7673a86cd11..194cdd5e838cbad190036bc9f4b6e31ba83fe2c3 100644 (file)
@@ -31,6 +31,7 @@ zle -N zle-line-init
 zle -N zle-keymap-select
 
 preexec() {
+    printf "\e]12;green\e\\"
     SECONDS=0
 }