forked from colonelpanic/dotfiles
[Shell] Put cabal/bin after local/bin for stack
This commit is contained in:
parent
4a25eddcdd
commit
65d74ea982
@ -135,5 +135,7 @@ function _path_helper {
|
||||
}
|
||||
|
||||
function _haskell_setup {
|
||||
add_to_path "$HOME/.cabal/bin" --before
|
||||
# We put cabal after local/bin because we want stack installs to take
|
||||
# precedence.
|
||||
add_to_path "$HOME/.cabal/bin" --after --target "$HOME/.local/bin"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user