From e8a412934c8b858087e5e23d2e2c639920019f3d Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 3 May 2024 16:00:34 +0100 Subject: [PATCH] Tmux aliases --- dotfiles/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index d319ed67..bf0a40c9 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -18,6 +18,8 @@ alias cat='bat' alias l='ls -alh' alias ls='ls --color=auto' alias ll='ls -lhi' +alias ta='tmux attach' +alias t='tmux' extract() { if [ -f $1 ]; then