From 2737a4e86d178d7c3ab0f5035c1a4d782522fedc Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Thu, 27 Apr 2023 20:28:08 +0200 Subject: [PATCH] Newer/shorter tmux syntax --- zsh/alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/alias b/zsh/alias index 801e071..59f99f2 100644 --- a/zsh/alias +++ b/zsh/alias @@ -31,7 +31,7 @@ if [[ $platform == 'Linux' ]]; then fi # tmux -alias tm='tmux attach -t default || tmux new -s default' +alias tm='tmux -u new -A -s default' # For fun alias fucking='sudo'