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