ENH tmux is not longer template, add chezmoi apply

This commit is contained in:
Nathan Dwarshuis 2022-08-29 17:46:08 -04:00
parent 7513007c17
commit 1f457f99c2
2 changed files with 1 additions and 0 deletions

View File

@ -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" \