From e2a59923af9aec7014635235018c1e01a8f98f1e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 16 Nov 2024 15:17:36 +0100 Subject: [PATCH] tm --- shell/alias/tmux.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/alias/tmux.sh diff --git a/shell/alias/tmux.sh b/shell/alias/tmux.sh new file mode 100644 index 0000000..fa96b6a --- /dev/null +++ b/shell/alias/tmux.sh @@ -0,0 +1,4 @@ +tm() { + tmux \ + "${@}" +}