aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2021-06-13 13:57:00 +0200
committerCamil Staps2021-06-13 13:57:51 +0200
commit5ca011edf2588dd3e43e18ba53df5522bcbfe7bd (patch)
tree4c633134be2d33d3d14dfebb5e9e48db09d612bc /system/.profile
parentSetup neovim lsp (diff)
Use ghcup to install haskell environments
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile2
1 files changed, 2 insertions, 0 deletions
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"