From a4e0372c064d6a43fa4fb63d595c739d02f8dfae Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 23 Dec 2022 15:54:16 +0100 Subject: [PATCH] chore(zsh): add a new alias for tmux --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index bf812a8..5c9c28e 100644 --- a/zshrc +++ b/zshrc @@ -398,8 +398,10 @@ if type nvim > /dev/null 2>&1; then alias vim='nvim' fi -# Tmuxinator +# Tmux +alias t='tmux' alias mux="tmuxinator" +alias tn="tmux new -s $(pwd | sed 's/.*\///g')" # Bat alias cat="bat"