summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index e9e1614..d8c7c0a 100644
--- a/bashrc
+++ b/bashrc
@@ -8,10 +8,10 @@ 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=st-256color
+ TERM=rxvt-256color
fi
if [ "$TERM" == "st-256color" ]; then
- # Quick fix for Del key in st
+ # Quick fix for ctrl+arrow key in st
echo $(tput smkx) > /dev/tty
fi