From 57c436f9b78dfd2840b749e0f6e779969203b3f9 Mon Sep 17 00:00:00 2001 From: venus Date: Tue, 2 Jun 2026 01:48:07 -0500 Subject: [PATCH] fixed gobin path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 58881c1..5cf1588 100644 --- a/.zshrc +++ b/.zshrc @@ -71,7 +71,7 @@ export PATH="$PATH:$XDG_CONFIG_HOME/scripts" export PATH="$PATH:$HOME/.local/share/cargo/bin/" export PATH="$PATH:$HOME/.local/share/cargo/bin/" export PATH="$PATH:$HOME/.luarocks/bin/" -export PATH="$PATH:$HOME/$GOBIN" +export PATH="$PATH:$GOBIN" # Remove the default of run-help being aliased to man unalias run-help 2>/dev/null