prezto_config/modules/gnu-utility/README.md

30 lines
687 B
Markdown
Raw Normal View History

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