forked from colonelpanic/dotfiles
[Shell] Put cabal path in front
This commit is contained in:
parent
81ba6b7515
commit
c78c301084
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user