Charith Amarasinghe
|
dc23eb21e3
|
Fix missing dependency on helper module for helpers added in #1793 (#1811)
PR #1793 introduced helper functions for OS detection in some modules.
These helpers require a module dependency on the 'helper' module.
|
5 years ago |
Kaspar Vollenweider
|
b133a6df81
|
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.
|
5 years ago |
Sorin Ionescu
|
a84ac5b002
|
Only one newline at end of file
|
10 years ago |
Sorin Ionescu
|
095863e6ae
|
[Fix #385] Do not set $INFOPATH
|
12 years ago |
Sorin Ionescu
|
e5de305157
|
[Fix #383] Do not set $MANPATH
man dynamically searches for man pages based on $PATH.
|
12 years ago |
Sorin Ionescu
|
9a52ecb21b
|
Increase heading readability
|
12 years ago |
Sorin Ionescu
|
060d9064f8
|
[Fix #202] Load modules all or nothing
|
12 years ago |
Sorin Ionescu
|
ae9d1d44e5
|
Rewrite macports aliases
|
13 years ago |
Sorin Ionescu
|
c352b86aeb
|
Add MacPorts paths to path variables
|
13 years ago |
Sorin Ionescu
|
9c8c2003cd
|
Check operating system in macports
|
13 years ago |
Sorin Ionescu
|
a7340886b3
|
[#23] Rename plugins to modules
|
13 years ago |
Sorin Ionescu
|
b96bbca51c
|
Added or edited file headers.
|
13 years ago |
Sorin Ionescu
|
b65195156d
|
Added missing FX and named colors to spectrum.
|
13 years ago |
Sorin Ionescu
|
90e7debc30
|
Cleaned up the plugins.
|
13 years ago |
Pat Regan
|
6aad987f82
|
Optimize plugin loading so that only one call to compinit is required
|
14 years ago |
Pat Regan
|
782883b5d8
|
Replace redundant calls to compinit with a single call.
|
14 years ago |
Matt Cable
|
ea4222d5c8
|
Add completion for port command
|
14 years ago |
Robby Russell
|
be63480e22
|
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
|
14 years ago |