From 9f7f8e0638c291e0051ecf94e954165efe86c036 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 9 Dec 2024 16:48:29 +0100 Subject: [PATCH] add go path --- .chezmoitemplates/zshrc_linux.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index f41109b..98230fb 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -108,6 +108,7 @@ function preexec { export PNPM_HOME="$HOME/.local/share/pnpm" export PATH="$PATH:$HOME/bin:$HOME/.local/bin" +export PATH=$PATH:/usr/local/go/bin source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh