From 44214297daaed0f577aac6aaa507c7a71ed3f09c Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 14 May 2021 16:50:27 +0400 Subject: Added go binaries to PATH --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 5a428d7..14a5f74 100644 --- a/.profile +++ b/.profile @@ -43,4 +43,4 @@ export XMONAD_CONFIG_HOME="$XDG_CONFIG_HOME/xmonad" export XMONAD_DATA_HOME="$XDG_DATA_HOME/xmonad" export XMONAD_CACHE_HOME="$XDG_CACHE_HOME/xmonad" -export PATH="$PATH:$CARGO_HOME/bin" +export PATH="$PATH:$CARGO_HOME/bin:$GOPATH/bin" -- cgit v1.2.3