prezto/modules/helper
Kaleb Elwert 47467a1b0e Update functions to all use POSIX syntax
I'm not a huge fan of this change, as I've made it known. However, this
is semi-recommended by the style guide we've chosen to use and is a more
common syntax.

Fixes #692.
2017-07-05 23:21:38 -07:00
..
functions Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
init.zsh Update functions to all use POSIX syntax 2017-07-05 23:21:38 -07:00
README.md Only one newline at end of file 2014-10-09 23:38:15 -04:00

Helper

Provides helper functions for developing modules.

Functions

  • add-zsh-trap adds a function name to a list to be called when a trap is triggered.
  • is-autoloadable checks if a file can be autoloaded by trying to load it in a subshell.
  • is-callable checks if a name is a command, function, or alias.
  • is-true checks a boolean variable for "true".
  • coalesce prints the first non-empty string in the arguments array.

Authors

The authors of this module should be contacted via the issue tracker.