redefine atmux alias since we can haz unconventional tmux via a function
This commit is contained in:
parent
94c1c2a20f
commit
e0e1193c9d
1 changed files with 1 additions and 1 deletions
2
shellrc
2
shellrc
|
@ -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"'
|
||||
|
|
Loading…
Reference in a new issue