Use secret to fetch username email by default, fallback to prompt

This commit is contained in:
js0ny 2025-11-08 09:19:19 +00:00
parent 6ee67769a6
commit f908912cea
9 changed files with 110 additions and 30 deletions

View file

@ -43,6 +43,12 @@ for plugin in "${plugins[@]}"; do
fi
done
ZSH_HIGHLIGHT_HIGHLIGHTERS+=(main pattern brackets root)
ZSH_HIGHLIGHT_STYLES[path]='fg=cyan,underline'
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=blue,bold,bg=red')
export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython
# https://unix.stackexchange.com/questions/33994/
# Use `set -k` to mark leading `#` as a comment character
set -k