From a4844d2c403e5c5b5f2879c827917de2740eb796 Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 22 Jan 2025 16:09:47 +0100 Subject: [PATCH] + tmux alias --- bashrc/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 881ad48..2ead65f 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -45,6 +45,7 @@ alias tmd='tmux detach -P' alias trs='tmux rename-session' alias trw='tmux rename-window' +alias tns='tmux new-session -d' alias tnw='tmux new-window -c "#{pane_current_path}"' # promt config, is overwritten by starship