X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/38db91ce3ddb86d7d25251121d61869485888ce5..382e25f7d8c569293f3182f10c3b15ffb93b5e90:/zshenv?ds=inline diff --git a/zshenv b/zshenv index 8066566..2a9f2b0 100644 --- a/zshenv +++ b/zshenv @@ -53,6 +53,8 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" # weechat export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" +export XIDLEHOOK_SOCKET=$XDG_RUNTIME_DIR/xidlehook.socket + case "$OSTYPE" in linux*) export MAKEFLAGS="-j$(nproc --all --ignore=2)" ;; darwin*) export MAKEFLAGS="-j$(($(sysctl -n hw.ncpu) - 2))" ;;