diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2024-01-15 20:17:39 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2024-01-15 20:17:39 +0100 |
commit | 93674ddd12ddb304f691fc6932d78ded773744fc (patch) | |
tree | c4c190129151d97dd9c688068130977cb1e74e84 /.zsh/zshenv | |
parent | 628c1c711870af7abf062416d8126663dfd6cec9 (diff) |
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/80_haskell | 13 |
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 |