From d6d2d8a14927d2fa7220798e6c86f2bc6751786c Mon Sep 17 00:00:00 2001 From: quak Date: Fri, 16 May 2025 07:48:15 +0200 Subject: [PATCH] (bashrc) added alias to kill tmux session --- bashrc/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 9f2fb21..3365473 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -50,6 +50,7 @@ alias firefox='librewolf' ## the setup script will only terminate after detaching or killing the session alias dmux='default-tmux-session && tmux attach' +alias tks='tmux kill-session' alias tma='tmux attach' alias tmd='tmux detach -P'