.profile: Add Go configuration
This commit is contained in:
parent
af9997d200
commit
9f17bb0f3e
6
.profile
6
.profile
@ -82,6 +82,12 @@ if command -v pip > /dev/null 2>&1; then
|
||||
esac
|
||||
fi
|
||||
|
||||
# Set up go, if we have it
|
||||
if command -v go > /dev/null 2>&1; then
|
||||
export GOPATH="$HOME/.local/go"
|
||||
export PATH="$PATH:$GOPATH/bin"
|
||||
fi
|
||||
|
||||
# Grab dircolors, if it exists
|
||||
if command -v dircolors > /dev/null 2>&1; then
|
||||
dircolorsfile="$HOME/.config/dircolors"
|
||||
|
Loading…
Reference in New Issue
Block a user