Add golang ENVs

This commit is contained in:
2021-10-05 13:05:42 +03:00
parent 4382327eb0
commit 9861ffb1b5

View File

@@ -41,6 +41,11 @@ export TERM=alacritty
export EDITOR=nvim
export VISUAL=nvim
# Golang ENVs
export GOPATH="$HOME/go"
export GOBIN="$GOPATH/bin"
export PATH="$PATH:$GOBIN"
# Use thefuck command to fix previous command
eval "$(thefuck --alias)"