Merge remote-tracking branch 'forge/main'

This commit is contained in:
Jonny Barnes 2025-07-15 21:52:37 +01:00
commit 40075d1862
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -120,6 +120,10 @@ export BAT_THEME_DARK="Sublime Snazzy"
# Source the untracked `extra` file
test -e $HOME/.extra && source $HOME/.extra
# Auto quote pasted URLs
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
# Set the prompt
# We need zsh git integration
# Autoload zsh's `add-zsh-hook` and `vcs_info` functions