From 16854318402001163b3874bd4f8c907cb10e1e7c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Sep 2012 20:13:48 +0100 Subject: [PATCH] Fixed incorrect tmux alias --- shell/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/tmux.sh b/shell/tmux.sh index 8005f70..8518e8a 100644 --- a/shell/tmux.sh +++ b/shell/tmux.sh @@ -3,7 +3,7 @@ alias tm="tmux" alias tma="tm att" alias tmn="tm new" alias tml="tm ls" -alias tmm="tm -s main" +alias tmm="tmn -s main" # Tmux Completion if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then