diff --git a/shellrc b/shellrc index c15a61c..318d8d0 100644 --- a/shellrc +++ b/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"'