diff options
-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 |