X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/92e4caa821f2804e7aa04ee138637bf1f230b397..b50c6712281d0a2de044e16df203828e67a84314:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index 5f9742a..3053c66 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -27,7 +27,7 @@ __mdw_source_if_exists /etc/bash_completion "$HOME/.bash_completion" __mdw_set_prompt_hacks () { case "$TERM" in - linux*|screen*|xterm*|vt100*|eterm*) + linux*|screen*|xterm*|putty*|vt100*|eterm*) case "$(tput bold)" in "") bold="\[$(tput md)\]" unbold="\[$(tput me)\]" ;; *) bold="\[$(tput bold)\]" unbold="\[$(tput sgr0)\]" ;;