1
0
Fork 0

config cleanup, add tmux aliases only when tmux is present

This commit is contained in:
Von Random 2016-12-22 14:38:39 +03:00
parent 4a31a22206
commit da90e27633
5 changed files with 4 additions and 195 deletions

6
bashrc
View file

@ -139,8 +139,10 @@ alias gup='command git pull'
alias gsi='command tig status'
# tmux
alias tmux='command tmux -2'
alias atmux='command tmux -2 attach'
if is_exec tmux; then
alias tmux='command tmux -2'
alias atmux='command tmux -2 attach'
fi
# screen
alias rscreen='command screen -Dr'