2012-04-11 20:11:07 +00:00
|
|
|
gnu-utility
|
|
|
|
===========
|
2012-04-04 13:01:25 +00:00
|
|
|
|
2012-04-11 20:48:09 +00:00
|
|
|
Provides for the interactive use of GNU utilities on non-GNU systems.
|
2012-04-04 13:01:25 +00:00
|
|
|
|
2012-04-11 20:48:09 +00:00
|
|
|
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.
|
2012-04-04 13:01:25 +00:00
|
|
|
|
2012-04-11 20:48:09 +00:00
|
|
|
However, for interactive use, prefixed commands can be wrapped in their
|
2012-04-04 13:01:25 +00:00
|
|
|
non-prefixed counterparts.
|
|
|
|
|
2012-05-20 23:02:52 +00:00
|
|
|
This module must be loaded **before** the *alias* module.
|
|
|
|
|
2012-04-04 13:01:25 +00:00
|
|
|
Settings
|
|
|
|
--------
|
|
|
|
|
|
|
|
### Prefix
|
|
|
|
|
|
|
|
To use a different prefix, add the following to *zshrc*, and replace 'g' with
|
|
|
|
the desired prefix:
|
|
|
|
|
2012-04-11 20:11:07 +00:00
|
|
|
zstyle ':omz:module:gnu-utility' prefix 'g'
|
2012-04-04 13:01:25 +00:00
|
|
|
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
2012-03-28 16:41:39 +00:00
|
|
|
*The authors of this module should be contacted via the GitHub issue tracker.*
|
2012-04-04 13:01:25 +00:00
|
|
|
|
|
|
|
- [Sorin Ionescu](/sorin-ionescu)
|
|
|
|
|