From e82848fe9dc5202e82fd949fe091507cb9470455 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 28 Apr 2021 09:47:35 +0200 Subject: [PATCH] zshrc: update tmd alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 5b25f2a..54b600a 100644 --- a/zshrc +++ b/zshrc @@ -86,7 +86,7 @@ alias sk="setkeys" alias ssc="sudo systemctl" alias sysc="systemctl" alias tm="tmux attach" -alias tmd="tmux new -s default || tmux attach -t default" +alias tmd="tmux new -s default -c $HOME || tmux attach -t default" alias tmls="tmux list-sessions" alias tms="tmuxsess" alias wg="sudo wg"