Add local haskell to path.

This commit is contained in:
2021-06-25 13:22:41 +01:00
parent 3e6aba7331
commit 094166bb4b

View File

@@ -86,6 +86,11 @@ export LESS=-R
[ -x ${MYCFG}/.profile.dev ] && source ${MYCFG}/.profile.dev
[ -x ${MYCFG}/.profile.aliases ] && source ${MYCFG}/.profile.aliases
# Haskell
if [ -e $HOME/.ghcup/bin ]; then
export PATH=$HOME/.ghcup/bin:$PATH
fi
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#
# Run local settings.