Ensure go is added to path automatically.

This commit is contained in:
2023-03-24 08:39:31 +13:00
parent 666b61828a
commit f12f909ca9

View File

@ -126,6 +126,9 @@ function e {
fi
}
# Configure go location
export PATH=$PATH:/usr/local/go/bin
# Setup prompt
function color_my_prompt {
local __user_and_host="\[\033[01;32m\]\u@\h"