From 676829785c91959cc82d6ad853e3dc0d406a4941 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 1 Feb 2025 21:12:34 +0100 Subject: [PATCH] add path --- .chezmoitemplates/zshrc_darwin.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoitemplates/zshrc_darwin.tmpl b/.chezmoitemplates/zshrc_darwin.tmpl index 85d6feb..841dcd0 100644 --- a/.chezmoitemplates/zshrc_darwin.tmpl +++ b/.chezmoitemplates/zshrc_darwin.tmpl @@ -227,6 +227,7 @@ fi source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh #source /opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh +export PATH="$PATH:$HOME/.local/bin" [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh