1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-29 10:29:26 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
d5bef142d4 Fix missing dependency on helper module for helpers added in ()
PR  introduced helper functions for OS detection in some modules.
These helpers require a module dependency on the 'helper' module.
2020-03-29 12:49:35 -07:00
f4ca9ebfc9 feat(helper): add os-type helper functions
Add the following functions:

- is-darwin
- is-linux
- is-bsd
- is-cygwin

And apply them everywhere I found code doing that what these functions do.
2020-03-19 11:49:11 -07:00
a84ac5b002 Only one newline at end of file 2014-10-09 23:38:15 -04:00
e5de305157 [Fix ] Do not set $MANPATH
man dynamically searches for man pages based on $PATH.
2013-01-28 17:34:55 -05:00
13b501adaf Fallback to standard cabal location on OS X
If ~/Library/Haskell does not exist, fall back to ~/.cabal/bin.

Ideally, we'd parse ~/.cabal/config here, but cabal does not provide an
interface to get configuration settings.
2012-10-17 18:22:57 -04:00
20d7ec0ab8 Fix the setting of $manpath in haskell 2012-09-20 14:16:49 -04:00
fb9a20591f [Fix ] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
060d9064f8 [Fix ] Load modules all or nothing 2012-08-04 14:32:59 -04:00
075f516763 Clean up READMEs 2012-05-21 20:34:07 -04:00
235cef787e Add haskell module
This module provides support for per user haskell packages by prepending
the per user directories to PATH/MANPATH.
2012-05-19 11:53:36 -04:00