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'

View file

@ -1,2 +1,2 @@
set -g base-index 1
set -g default-terminal "xterm"
set -g default-terminal "screen-256color"

2
.zshrc
View file

@ -60,9 +60,7 @@ alias grep='grep -n --color=auto'
alias j='jobs'
alias df='df -h'
alias du='du -ch'
alias weechat='TERM=screen-256color weechat'
alias lock='xscreensaver-command --lock'
hash htop 2>/dev/null && alias top='TERM=screen-256color htop'
hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"'
hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
hash steam 2>/dev/null && alias steam='find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete; steam'