Fix PATH.

This commit is contained in:
the_4n0nym0u53 2022-01-01 19:35:25 +01:00
parent 992dfd97ae
commit c5674af0db
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -1,6 +1,6 @@
# PATH
export PATH="$PATH:$HOME/.local/bin"
(( ${+commands[go]} )) && export PATH="$PATH:$(go env GOPATH)"
(( ${+commands[go]} )) && export PATH="$PATH:$(go env GOPATH)/bin"
# Essentials
export LANG="en_DK.UTF-8"