commit 33536f999d8768534b29dc25f371163e11d6eb8b parent d6c388cffd35f439aa851a91ecdac5a0297b6e45 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Fri, 11 Sep 2020 13:10:58 +0200 Update path and env variables Diffstat:
M | zsh/zprofile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zsh/zprofile b/zsh/zprofile @@ -9,7 +9,7 @@ source ~/.zshrc typeset -U path # Add ~/bin to path # Add ruby scripts to path -path=(~/bin ~/.local/bin $(ruby -e 'print Gem.user_dir')/bin $path[@]) +path=(~/bin ~/.local/bin $(ruby -e 'print Gem.user_dir')/bin $(go env GOPATH)/bin $path[@]) ################ ## Variables ### @@ -32,3 +32,4 @@ export RSSREADER="newsboat" # Program-specific variables export WEECHAT_HOME=$XDG_CONFIG_HOME/weechat # weechat +export IMAPFILTER_HOME=$XDG_CONFIG_HOME/imapfilter # imapfilter