You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
809 B
34 lines
809 B
13 years ago
|
GNU Utility
|
||
13 years ago
|
===========
|
||
13 years ago
|
|
||
13 years ago
|
Provides for the interactive use of GNU utilities on non-GNU systems.
|
||
13 years ago
|
|
||
13 years ago
|
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.
|
||
13 years ago
|
|
||
12 years ago
|
This module wraps GNU utilities in functions without a prefix for interactive
|
||
|
use.
|
||
13 years ago
|
|
||
13 years ago
|
This module must be loaded **before** the *utility* module.
|
||
13 years ago
|
|
||
13 years ago
|
Settings
|
||
|
--------
|
||
|
|
||
|
### Prefix
|
||
|
|
||
12 years ago
|
To use a different prefix, add the following to *zpreztorc*, and replace 'g' with
|
||
13 years ago
|
the desired prefix:
|
||
|
|
||
12 years ago
|
zstyle ':prezto:module:gnu-utility' prefix 'g'
|
||
13 years ago
|
|
||
|
Authors
|
||
|
-------
|
||
|
|
||
13 years ago
|
*The authors of this module should be contacted via the [issue tracker][1].*
|
||
13 years ago
|
|
||
13 years ago
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||
|
|
||
12 years ago
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|
||
13 years ago
|
|