From 1f457f99c2f51c087699d1634474a0044a9a23f0 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 29 Aug 2022 17:46:08 -0400 Subject: [PATCH] ENH tmux is not longer template, add chezmoi apply --- dot_config/tmux/{tmux.conf.tmpl => tmux.conf} | 0 dot_config/zsh/dot_zshrc.tmpl | 1 + 2 files changed, 1 insertion(+) rename dot_config/tmux/{tmux.conf.tmpl => tmux.conf} (100%) 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" \