diff --git a/.gitconfig b/.gitconfig index 75c0d8c..b475233 100644 --- a/.gitconfig +++ b/.gitconfig @@ -74,3 +74,5 @@ fsckobjects = true [user] name = Tobias Schmidl +[fetch "fsck"] + zeroPaddedFilemode = warn diff --git a/.zshrc b/.zshrc index 9be03eb..9e8c198 100644 --- a/.zshrc +++ b/.zshrc @@ -5,37 +5,44 @@ setopt HIST_IGNORE_SPACE setopt HIST_FIND_NO_DUPS setopt HIST_SAVE_NO_DUPS -zstyle :omz:plugins:keychain agents gpg,ssh -zstyle :omz:plugins:keychain options --quiet -zstyle :omz:plugins:ssh-agent agent-forwarding yes -zstyle :omz:plugins:ssh-agent lazy yes -zstyle :omz:plugins:ssh-agent lifetime 8h +zstyle ':omz:plugins:keychain' agents gpg,ssh +zstyle ':omz:plugins:keychain' options --quiet +zstyle ':omz:plugins:ssh-agent' agent-forwarding yes +zstyle ':omz:plugins:ssh-agent' lazy yes +zstyle ':omz:plugins:ssh-agent' lifetime 8h +zstyle ':antidote:bundle' use-friendly-names 'yes' -source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh -antigen use oh-my-zsh -antigen bundles <