From 49b53c75b94aea509436536f94dc3e65354b9fcf Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 26 Oct 2016 20:44:03 +1300 Subject: Add local/bin files --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bashrc') 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 -- cgit v1.1