diff --git a/cli/node/config/yarn/config b/cli/node/config/yarn/config new file mode 100644 index 0000000..e69de29 diff --git a/cli/profile/config/profile b/cli/profile/config/profile index 86017c3..cce02d2 100644 --- a/cli/profile/config/profile +++ b/cli/profile/config/profile @@ -16,6 +16,9 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export GNUPGHOME=$XDG_CONFIG_HOME/gnupg export STACK_ROOT="$XDG_DATA_HOME"/stack +export CABAL_CONFIG="$XDG_CONFIG_HOME"/cabal/config +export CABAL_DIR="$XDG_CACHE_HOME"/cabal +export GHCUP_USE_XDG_DIRS=true mkdir -p "$XDG_DATA_HOME"/wineprefixes; export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default export XINITRC=$XDG_CONFIG_HOME/X11/xinitrc export XSERVERRC=$XDG_CONFIG_HOME/X11/xserverrc