Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2016-10-25 11:46:09 -07:00
8 changed files with 4864 additions and 4289 deletions

View File

@@ -135,5 +135,7 @@ function _path_helper {
}
function _haskell_setup {
add_to_path "$HOME/.cabal/bin"
# 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"
}