diff options
author | David Phillips <david@sighup.nz> | 2019-03-09 20:25:16 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-03-09 20:25:16 +1300 |
commit | aff198f833caa7cb2fe4569435a2211ba5aeff0e (patch) | |
tree | ff8e0be7da0fbe072122f5323963eb3c7b34956e | |
parent | 59c7e618103ee7159c58a29f52387eaccd98061b (diff) | |
download | dotfiles-aff198f833caa7cb2fe4569435a2211ba5aeff0e.tar.xz |
Remove TERM-setting
-rw-r--r-- | bashrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -16,10 +16,6 @@ export HISTTIMEFORMAT="%y-%m-%d %T " source /usr/share/git/completion/git-prompt.sh -# Force false terminal to get colour with (eg) ls within dvtm -if [ "$TERM" == "dvtm-256color" ]; then - TERM=rxvt-256color -fi if [ "$TERM" == "st-256color" ]; then # Quick fix for ctrl+arrow key in st echo $(tput smkx) > /dev/tty |