summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-06-28 00:44:56 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-06-28 00:44:56 +0200
commit49459a5f853c24dda15075b11bbb62c5d560a3ab (patch)
treeec1100154626dcafdc9f6e903fbb4cb7bdb9b5b5
parent7c3c8081cd5a40506d84a9f6af605e3e0c559451 (diff)
Add ocaml path
-rw-r--r--.config/shell/variables3
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"