diff --git a/rc/bashrc b/rc/bashrc index 40c35932..e88c7950 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -973,3 +973,6 @@ if [ -f ~/.bash_custom ]; then fi # vim: filetype=bash + +#TODO: FIXME: +TERM=xterm-256color diff --git a/rc/zshrc b/rc/zshrc index 6f1ddb81..59f1f344 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -966,3 +966,6 @@ if [ -f ~/.warnings ]; then fi # vim: filetype=zsh + +#TODO: FIXME: +TERM=xterm-256color