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'