1
0
Fork 0

redefine atmux alias since we can haz unconventional tmux via a function

This commit is contained in:
Von Random 2015-06-29 13:07:01 +03:00
parent 94c1c2a20f
commit e0e1193c9d

View file

@ -42,8 +42,8 @@ alias less='command less -R'
alias cower='command cower -c'
alias pacman='command pacman --color=auto'
alias rscreen='command screen -Dr'
alias atmux='command tmux attach'
alias rgrep='command grep --exclude-dir=\.{svn,git} -R'
alias atmux='tmux attach'
alias hist='fc -l 1'
alias beep='printf "\007"'
alias fixterm='printf "c"'