From 37c0ef27413a3c424bdf4eddab98ecfddd0d7413 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 6 Mar 2024 15:09:58 +0300 Subject: [PATCH] tmux add alias to detach --- home/user/.config/bash/aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/user/.config/bash/aliases b/home/user/.config/bash/aliases index ff8bd93..630f835 100644 --- a/home/user/.config/bash/aliases +++ b/home/user/.config/bash/aliases @@ -99,6 +99,9 @@ alias dcd='docker-compose down' alias drmc='docker container prune' alias drmi='docker image prune' +# tmux +alias td='tmux detach' + # clipboard if [[ "$OSTYPE" == "linux-gnu"* ]]; then