diff --git a/home/dot_config/chezmoi/chezmoi.toml b/home/dot_config/chezmoi/chezmoi.toml new file mode 100644 index 0000000..b24e374 --- /dev/null +++ b/home/dot_config/chezmoi/chezmoi.toml @@ -0,0 +1,2 @@ +[git] + autoCommit = true \ No newline at end of file diff --git a/home/dot_zshrc b/home/dot_zshrc index 0da966e..00a52bd 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -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)