Add Go bin directory to PATH variable

This commit is contained in:
2021-11-06 18:26:18 +03:00
parent d6b9b03ca2
commit 31e3cf4321

View File

@@ -47,7 +47,7 @@ MY_BIN="$HOME/dotfiles/bin"
RUSTBIN="$HOME/.cargo/bin"
PYTHON_BIN="$HOME/.local/bin"
export PATH="$PATH:$MY_BIN:$PYTHON_BIN:$RUSTBIN"
export PATH="$PATH:$MY_BIN:$PYTHON_BIN:$RUSTBIN:$GOBIN"
# Find arch package by binary
source /usr/share/doc/pkgfile/command-not-found.bash