Some separation of chezmoi logic

Added commands to change GitHub URL
This commit is contained in:
Lockszmith 2022-05-29 00:17:40 +00:00 committed by Gal Szkolnik
parent 12e3c5a470
commit d916c3315d
5 changed files with 21 additions and 9 deletions

View file

@ -11,6 +11,3 @@ alias lessr="less --raw-control-chars "
alias ed="nvim "
alias sz-edshrc="ed ~/.sz.shrc.d ; exec $SHELL"
alias cz="chezmoi "
alias cz-refresh="chezmoi status | cut -d\ -f2 | grep '^\.sz\.shrc\.d' | xargs chezmoi forget --force; chezmoi add ~/.sz.shrc.d --recursive; chezmoi status; chezmoi git status"
alias cz-commit="chezmoi git -- commit -a "