fixed gobin path

This commit is contained in:
venus
2026-06-02 01:48:07 -05:00
parent f1a014a38a
commit 57c436f9b7

2
.zshrc
View File

@@ -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/.local/share/cargo/bin/" export PATH="$PATH:$HOME/.local/share/cargo/bin/"
export PATH="$PATH:$HOME/.luarocks/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 # Remove the default of run-help being aliased to man
unalias run-help 2>/dev/null unalias run-help 2>/dev/null