prezto/modules/helper
Austin Sloane 4e7ab4b8b7
utility, helper: add aliases to use with termux terminal emulator (android) (#1859)
2020-07-20 16:07:53 -07:00
..
functions Only one newline at end of file 2014-10-09 23:38:15 -04:00
README.md Only one newline at end of file 2014-10-09 23:38:15 -04:00
init.zsh utility, helper: add aliases to use with termux terminal emulator (android) (#1859) 2020-07-20 16:07:53 -07:00

README.md

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.