aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-06-24 13:16:22 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-06-24 13:16:22 +0300
commitf1eaf0c1e8105e96f9da2e34a084019e271078ca (patch)
tree249ded80d76bae984822eb87ccf67cf30da1dd62
parent0307a93e790e9e6ad7247429574a43730e7c82ce (diff)
downloadswayrice-f1eaf0c1e8105e96f9da2e34a084019e271078ca.tar.gz
swayrice-f1eaf0c1e8105e96f9da2e34a084019e271078ca.zip
Add go binaries to PATH
-rw-r--r--dotfiles/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index 40adf8d..7d6f809 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -32,6 +32,7 @@ export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
export GOPATH="$XDG_DATA_HOME/go"
+export PATH=$PATH:$GOPATH/bin
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuchrc"
eval "$(dircolors "$HOME/.config/dir_colors")"