From e0e1193c9d89f09eb491635ec1b87233f0872018 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 29 Jun 2015 13:07:01 +0300 Subject: [PATCH] redefine atmux alias since we can haz unconventional tmux via a function --- shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"'