From 5ca011edf2588dd3e43e18ba53df5522bcbfe7bd Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 13 Jun 2021 13:57:00 +0200 Subject: Use ghcup to install haskell environments --- system/.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/.profile') diff --git a/system/.profile b/system/.profile index a7384f9..32126f2 100644 --- a/system/.profile +++ b/system/.profile @@ -16,6 +16,8 @@ export PATH="$PATH:$CLEAN_HOME/bin" export PATH="$HOME/bin:$PATH" export PATH="$HOME/bin.local:$PATH" +[ -f "/home/camil/.ghcup/env" ] && source "/home/camil/.ghcup/env" # ghcup-env + export MANPATH="/usr/local/git/man:$MANPATH" export MANPATH="/usr/local/mysql/man:$MANPATH" export MANPATH="/usr/local/man:$MANPATH" -- cgit v1.2.3