diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf similarity index 100% rename from dot_config/tmux/tmux.conf.tmpl rename to dot_config/tmux/tmux.conf diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 039cf5f..ec42e91 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -330,6 +330,7 @@ alias_if tmux \ tas='tmux attach-session -t' alias_if chezmoi \ + czp="chezmoi apply" \ cze="chezmoi edit" \ czea="chezmoi edit --apply" \ czd="chezmoi diff" \