summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2024-01-15 20:17:39 +0100
committerTobias Klauser <tklauser@distanz.ch>2024-01-15 20:17:39 +0100
commit93674ddd12ddb304f691fc6932d78ded773744fc (patch)
treec4c190129151d97dd9c688068130977cb1e74e84
parent628c1c711870af7abf062416d8126663dfd6cec9 (diff)
Add zshenv/80_haskellHEADmaster
-rw-r--r--.zsh/zshenv/80_haskell13
1 files changed, 13 insertions, 0 deletions
diff --git a/.zsh/zshenv/80_haskell b/.zsh/zshenv/80_haskell
new file mode 100644
index 0000000..e39dd4b
--- /dev/null
+++ b/.zsh/zshenv/80_haskell
@@ -0,0 +1,13 @@
+# zshenv/80_haskell
+#
+# Set variables related to the Haskell programming language
+#
+# Copyright © 2024 Tobias Klauser <tklauser@distanz.ch>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+
+path_append $HOME/.cabal/bin
+path_append $HOME/.ghcup/bin
+
+# vim:ft=zsh