From f357d23559e4157f9a6bcbc6a82ed2ea2f748c1e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 3 Mar 2023 16:10:18 +0200 Subject: [PATCH] zsh: export GEM_PATH and WAKATIME_HOME --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 956909d..6571bed 100644 --- a/zshrc +++ b/zshrc @@ -60,6 +60,7 @@ fi # gem, rubygems if command -v gem &>/dev/null; then export GEM_HOME="$XDG_STATE_HOME/gem" + export GEM_PATH="$XDG_STATE_HOME/gem" fi # nvm, the node version manager @@ -70,6 +71,9 @@ export NVM_AUTO_USE=true [ -s "$HOMEBREW_PKG/nvm/nvm.sh" ] && \. "$HOMEBREW_PKG/nvm/nvm.sh" [ -s "$HOMEBREW_PKG/nvm/etc/bash_completion.d/nvm" ] && \. "$HOMEBREW_PKG/nvm/etc/bash_completion.d/nvm" +# wakatime, https://github.com/wakatime/wakatime-cli +export WAKATIME_HOME="$XDG_STATE_HOME/wakatime" + # Run x-load-configs in your terminal to reload the files. function x-load-configs() {