From e8aebfa57a16cf1c21f87161aa474957b48b6667 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 3 Sep 2019 13:40:47 +0100 Subject: [PATCH] Alias tmuxinator start --- files/zshrc/applications.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/files/zshrc/applications.sh b/files/zshrc/applications.sh index 8d18edf..673d619 100644 --- a/files/zshrc/applications.sh +++ b/files/zshrc/applications.sh @@ -43,3 +43,4 @@ alias clip="xclip -selection clipboard" alias cl="climate" alias tmux-cleanup="tmux list-sessions | grep -v attached | cut -d: -f1 | xargs -t -n1 tmux kill-session -t" alias lock-screen="xdotool key 'Super_L+l'" +alias mux="tmuxinator start"