X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/af8517d9155ef48619d10fc6e66cf0600f7d6ea6..c68724aac78d1aaf86f79de51ba6dfbcf6b0e666:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index 9cc436b..8cedc67 100644 --- 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 ;;