2012-05-21 20:18:30 -04:00
|
|
|
GNU Utility
|
2012-04-11 16:11:07 -04:00
|
|
|
===========
|
2012-04-04 14:01:25 +01:00
|
|
|
|
2014-10-15 18:54:24 -04:00
|
|
|
Provides for the interactive use of GNU utilities on BSD systems.
|
2012-04-04 14:01:25 +01:00
|
|
|
|
2012-04-11 16:48:09 -04: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 14:01:25 +01:00
|
|
|
|
2012-12-20 19:11:17 -05:00
|
|
|
This module wraps GNU utilities in functions without a prefix for interactive
|
|
|
|
use.
|
2012-04-04 14:01:25 +01:00
|
|
|
|
2012-06-19 22:38:25 +02:00
|
|
|
This module must be loaded **before** the *utility* module.
|
2012-05-20 19:02:52 -04:00
|
|
|
|
2012-04-04 14:01:25 +01:00
|
|
|
Settings
|
|
|
|
--------
|
|
|
|
|
|
|
|
### Prefix
|
|
|
|
|
2012-09-03 16:38:18 -04:00
|
|
|
To use a different prefix, add the following to *zpreztorc*, and replace 'g' with
|
2012-04-04 14:01:25 +01:00
|
|
|
the desired prefix:
|
|
|
|
|
2012-09-03 16:08:39 -04:00
|
|
|
zstyle ':prezto:module:gnu-utility' prefix 'g'
|
2012-04-04 14:01:25 +01:00
|
|
|
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
2012-05-21 20:18:30 -04:00
|
|
|
*The authors of this module should be contacted via the [issue tracker][1].*
|
2012-04-04 14:01:25 +01:00
|
|
|
|
2012-05-21 20:18:30 -04:00
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
|
2012-09-03 16:08:39 -04:00
|
|
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|