1
0
Fork 0

Add home/.config/chezmoi/chezmoi.toml

Update home/.zshrc
This commit is contained in:
Massaki Archambault 2024-07-11 09:28:02 -04:00
parent a511d6e55a
commit f5bd05a5d1
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[git]
autoCommit = true

View File

@ -47,6 +47,9 @@ DISABLE_AUTO_UPDATE="true"
# Would you like to use another custom folder than $ZSH/custom?
ZSH_CUSTOM="$HOME/.config/zsh/custom/"
# https://github.com/ohmyzsh/ohmyzsh/issues/12328#issuecomment-2043492331
zstyle ':omz:alpha:lib:git' async-prompt no
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)