prezto/modules/gnu-utility
Steve McKinney 84f8970be7 Update modules/gnu-utility/README.md [#346]
Clarifies that this module *does wrap* GNU utility commands
in their non-prefixed counterparts, opposed to *can be wrapped*.
2012-12-18 16:03:27 -05:00
..
init.zsh [Fix #197] Rebrand as Prezto 2012-09-03 16:51:27 -04:00
README.md Update modules/gnu-utility/README.md [#346] 2012-12-18 16:03:27 -05:00

GNU Utility

Provides for the interactive use of GNU utilities on non-GNU systems.

This module wraps the GNU utility commands in their non-prefixed counterparts, for interactive use, rather than appending to $PATH.

Installing GNU utilities on non-GNU systems in $PATH without a prefix, i.e. ls instead of gls, is not recommended since scripts that target other utilities will be broken.

This module must be loaded before the utility module.

Settings

Prefix

To use a different prefix, add the following to zpreztorc, and replace 'g' with the desired prefix:

zstyle ':prezto:module:gnu-utility' prefix 'g'

Authors

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