summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-05-14 16:50:27 +0400
committerAndrew <saintruler@gmail.com>2021-05-14 16:50:27 +0400
commit44214297daaed0f577aac6aaa507c7a71ed3f09c (patch)
tree5151b10f03b981b89757ffaff4ae6d2bba0bb32a
parent8d90f85a80d9670279dc6ce4e13df023a9efc9c4 (diff)
Added go binaries to PATH
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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"