From c78c301084ca52a884dcc696869a39d529c4999c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 20 Oct 2016 17:55:43 -0700 Subject: [PATCH] [Shell] Put cabal path in front --- dotfiles/lib/shellpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index 25460e0c..094c8851 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -135,5 +135,5 @@ function _path_helper { } function _haskell_setup { - add_to_path "$HOME/.cabal/bin" + add_to_path "$HOME/.cabal/bin" --before }