From f5bd05a5d168b0ff2e99d2784a8e85d8e796e49a Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 11 Jul 2024 09:28:02 -0400 Subject: [PATCH] Add home/.config/chezmoi/chezmoi.toml Update home/.zshrc --- home/dot_config/chezmoi/chezmoi.toml | 2 ++ home/dot_zshrc | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 home/dot_config/chezmoi/chezmoi.toml 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)