From 72c76eb3964b085d0cb2668794b5047df9290dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 16 Jun 2026 19:26:21 +0200 Subject: [PATCH] chore: add custom zsh completions --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 926a342a..31620d39 100644 --- a/.zshrc +++ b/.zshrc @@ -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