From 1737906bacf98cd6590b987b35011db242fa60d0 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 30 Apr 2013 16:17:04 -0400 Subject: [PATCH] I do not know anything about how terminal colors work --- .aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.aliases b/.aliases index 6ab6095..6ac90f9 100644 --- a/.aliases +++ b/.aliases @@ -11,4 +11,5 @@ alias gs="git status" alias l="ls -lvh --color=auto" alias s="cd ~/Source" alias t="tmux" +alias tmux="tmux -2" alias v="vim"