aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-opam.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/profile.d/20-opam.sh')
-rw-r--r--sh/.config/profile.d/20-opam.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/sh/.config/profile.d/20-opam.sh b/sh/.config/profile.d/20-opam.sh
new file mode 100644
index 0000000..5c4fa08
--- /dev/null
+++ b/sh/.config/profile.d/20-opam.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export OPAMROOT="$XDG_DATA_HOME/opam"
+
+append_path "$GOPATH/bin"
+
+export PATH