From f9b06f889362e92413dced3afe3534b061d88244 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 7 Sep 2011 16:54:54 +0300 Subject: [PATCH] If I have vi(m) aliases to start nano... ...why to not have screen aliases to start tmux? :) --- bash_aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_aliases b/bash_aliases index 3cc8fd56..5bc1fc18 100644 --- a/bash_aliases +++ b/bash_aliases @@ -74,3 +74,6 @@ alias tmux="tmux -u" # I am always typoing "aptitude" with my phone... alias aptitute="aptitude " + +# If I have vi(m) aliases to start nano, why to not have screen aliases to start tmux? +alias screen="tmux -u "