diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/shell/variables | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/variables b/.config/shell/variables index 8b00463..29b932f 100644 --- a/.config/shell/variables +++ b/.config/shell/variables @@ -27,6 +27,9 @@ export CABAL_CONFIG="$XDG_CONFIG_HOME/cabal/config" export CABAL_DIR="$XDG_DATA_HOME/cabal" export CABAL_BUILDDIR="$XDG_CACHE_HOME/cabal" +# Ocaml +export OPAMROOT="$XDG_CONFIG_HOME/opam" + # Switch layout export ALT_KB_LAYOUT="se" |