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