1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

helper: Update docs for OS detection helpers

This commit is contained in:
Indrajit Raychaudhuri
2021-05-02 01:00:06 -05:00
committed by Indrajit Raychaudhuri
parent 8a967fc108
commit 5a8bfd5bf5
2 changed files with 10 additions and 5 deletions

View File

@@ -13,6 +13,11 @@ Functions
- `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.
- `is-darwin` checks if running on macOS Darwin.
- `is-linux` checks if running on Linux.
- `is-bsd` checks if running on BSD.
- `is-cygwin` checks if running on Cygwin (Windows).
- `is-termux` checks if running on Termux (Android).
Authors
-------