From e063d8053f999d4f57bda75116de9725c202f5da Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 6 Jan 2024 17:12:30 -0600 Subject: [PATCH] integrate homebrew cabal with os distribution cabal --- .profile.d/cabal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/cabal.sh b/.profile.d/cabal.sh index 8fc8299..d0b2764 100644 --- a/.profile.d/cabal.sh +++ b/.profile.d/cabal.sh @@ -1,2 +1,2 @@ #!/bin/sh -export PATH="${PATH}:${HOME}/.local/bin" +export PATH="${PATH}:${HOME}/.cabal/bin:${HOME}/.local/bin"