From e28ae97a86be8dc7b51f83ef2653e55dc32e410d Mon Sep 17 00:00:00 2001 From: Nate Dwarshuis Date: Wed, 15 Jun 2022 11:09:19 -0400 Subject: [PATCH] FIX typo --- dot_config/zsh/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index fc81a39..b95758d 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -323,7 +323,7 @@ alias_if git \ gnew="git log HEAD@{1}..HEAD@{0}" \ ggui="git gui" -alias_if tmux | +alias_if tmux \ tls='tmux ls' \ tks='tmux kill-session -t' \ tas='tmux attach-session -t'