diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |