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 }