From e9d31e5cef89724024abf8fbebe05499d432490b Mon Sep 17 00:00:00 2001 From: venomade Date: Sun, 23 Mar 2025 14:58:28 +0000 Subject: Add OCaml Feeling Functional --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index cf9fbf0..6af87b4 100644 --- a/.zshrc +++ b/.zshrc @@ -79,4 +79,8 @@ add-zsh-hook precmd set_prompt # plugins source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -[ -f "/home/venomade/.ghcup/env" ] && . "/home/venomade/.ghcup/env" # ghcup-env \ No newline at end of file +# GHCUP for Haskell +[ -f "/home/venomade/.ghcup/env" ] && . "/home/venomade/.ghcup/env" # ghcup-env + +# OPAM for OCaml +[[ ! -r '/home/venomade/.opam/opam-init/init.zsh' ]] || source '/home/venomade/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null -- cgit 1.4.1-2-gfad0