chore: add custom zsh completions

This commit is contained in:
2026-06-16 19:26:21 +02:00
parent a55a8a983f
commit 72c76eb396
+2
View File
@@ -5,6 +5,8 @@ if [ -f "$HOME/.env" ] ; then
set +a
fi
fpath=(~/.zsh/completions $fpath)
if [ -d "$HOME/bin" ]; then
export PATH="$HOME/bin:$PATH"
fi