From c6c766d1e49655c9186553a3245aa8f259b0fc67 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 24 Dec 2022 14:01:10 +0100 Subject: [PATCH] chore(zsh): add a new alias for tmuxinator start --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 6ac7453..95e896c 100644 --- a/zshrc +++ b/zshrc @@ -418,6 +418,7 @@ alias bi='brew install' # Tmux alias t='tmux' alias mux="tmuxinator" +alias ms="mux start" alias tn="tmux new -s $(pwd | sed 's/.*\///g')" # Bat