dot/e16-bindings: Add bindings for switching compositing on and off.
[profile] / dot / zshrc
index 9cc436b..8cedc67 100644 (file)
--- a/dot/zshrc
+++ b/dot/zshrc
@@ -12,7 +12,7 @@ case ${INSIDE_EMACS+t},$TERM in t,dumb) unsetopt zle ;; esac
 
 __mdw_set_prompt_hacks () {
   case $TERM in
-    linux*|screen*|xterm*|vt100*|eterm*)
+    linux*|screen*|xterm*|putty*|vt100*|eterm*)
       bold=%B unbold=%b
       gitcolour=%F{cyan} rccolour=%F{red} uncolour=%f
       ;;