add Go to path

This commit is contained in:
2025-10-04 11:26:01 -05:00
parent ff1c91dad8
commit 7d1fcf5bc9

View File

@@ -29,6 +29,9 @@ fi
if ! [[ "$PATH" =~ $HOME/.local/bin:$HOME/bin: ]]; then if ! [[ "$PATH" =~ $HOME/.local/bin:$HOME/bin: ]]; then
PATH="$HOME/.local/bin:$HOME/bin:$PATH" PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi fi
if ! [[ "$PATH" =~ /usr/local/go/bin ]]; then
PATH="/usr/local/go/bin:$PATH"
fi
# User specific aliases and functions # User specific aliases and functions
if [ -d ~/.bashrc.d ]; then if [ -d ~/.bashrc.d ]; then