diff options
author | David Phillips <david@sighup.nz> | 2016-10-26 20:44:03 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2016-10-26 20:44:03 +1300 |
commit | 49b53c75b94aea509436536f94dc3e65354b9fcf (patch) | |
tree | b4b9fa0153e79d67c4aef01ca346a4d7a7b334c7 /bashrc | |
parent | 4b84b1c26b4b0ca4a6b2fad3e133e628b10f8f6c (diff) | |
download | dotfiles-49b53c75b94aea509436536f94dc3e65354b9fcf.tar.xz |
Add local/bin files
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 |