Compare commits

..

2 Commits

Author SHA1 Message Date
c031affb9f Move zshrc to config folder 2025-03-11 12:14:06 -03:00
9724a9dddd Move zshrc to config folder 2025-03-11 12:13:21 -03:00

View File

@ -37,8 +37,8 @@ function .add {
fi
chezmoi add $1
chezmoi git add .
chezmoi git status
chezmoi git diff
if $(read -q "?Commit changes? [y/N]"); then
chezmoi git commit -- -am $2
if $(read -q "?Push changes? [y/N]"); then