[Shell] Put cabal path in front

This commit is contained in:
Ivan Malison 2016-10-20 17:55:43 -07:00
parent 81ba6b7515
commit c78c301084
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -135,5 +135,5 @@ function _path_helper {
} }
function _haskell_setup { function _haskell_setup {
add_to_path "$HOME/.cabal/bin" add_to_path "$HOME/.cabal/bin" --before
} }