Fixing tmux default-terminal

This commit is contained in:
Rodolphe Breard 2015-10-15 12:00:29 +02:00
parent 837f1681c3
commit 64d2c15a46
3 changed files with 1 additions and 5 deletions

View file

@ -8,6 +8,4 @@ alias grep='grep -n --color=auto'
alias j='jobs'
alias ne='emacs'
alias df='df -h'
alias weechat='TERM=screen-256color weechat'
alias lock='xscreensaver-command --lock'
hash htop 2>/dev/null && alias top='TERM=screen-256color htop'