From 2fa83f5dd1d383b5f99604d7d05236b7a35a7ead Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Tue, 28 Dec 2021 10:12:43 -0700 Subject: [PATCH] Add mux shortcut for tmuxinator --- home/.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.profile b/home/.profile index 5a666fc..125b5c3 100644 --- a/home/.profile +++ b/home/.profile @@ -9,6 +9,7 @@ alias l='ls -GhHl' alias la='ls -aGhHl' alias clear='clear && printf "\e[3J"' alias tmux='TERM=xterm-256color /usr/local/bin/tmux' +alias mux='tmuxinator' # Machine-Specific Configuration [[ -e "$HOME/.profile.local" ]] && source $HOME/.profile.local