Add golang ENVs
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -41,6 +41,11 @@ export TERM=alacritty
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=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
|
# Use thefuck command to fix previous command
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user