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"