From 8f7e42c661875b3a41291c27a0aefc6a49a77195 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 22 Oct 2025 14:04:36 +0200 Subject: [PATCH] zsh: switched to antidote --- .gitconfig | 2 ++ .zshrc | 52 ++++++++++++++++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 22 deletions(-) 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..36d568b 100644 --- a/.zshrc +++ b/.zshrc @@ -5,42 +5,50 @@ 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 <