Browse Source

Remove 'core' from gnu-utility documentation

It works with more than GNU Core Utilities.
master
Sorin Ionescu 12 years ago
parent
commit
d738392709
  1. 12
      modules/gnu-utility/README.md
  2. 2
      modules/gnu-utility/init.zsh

12
modules/gnu-utility/README.md

@ -1,13 +1,13 @@
gnu-utility gnu-utility
=========== ===========
Provides for the interactive use of [GNU Core Utilities][1] on non-GNU systems. Provides for the interactive use of GNU utilities on non-GNU systems.
Installing the GNU Core Utilities on non-GNU systems in `$PATH` without Installing GNU utilities on non-GNU systems in `$PATH` without a prefix, i.e.
a prefix, i.e. `ls` instead of `gls`, is not recommended since scripts that `ls` instead of `gls`, is not recommended since scripts that target other
target other core utilities will be broken. utilities will be broken.
However, for interactive use, prefixed commands can be hashed to their However, for interactive use, prefixed commands can be wrapped in their
non-prefixed counterparts. non-prefixed counterparts.
Settings Settings
@ -27,5 +27,3 @@ Authors
- [Sorin Ionescu](/sorin-ionescu) - [Sorin Ionescu](/sorin-ionescu)
[1]: http://www.gnu.org/software/coreutils/

2
modules/gnu-utility/init.zsh

@ -1,5 +1,5 @@
# #
# Provides for the interactive usage of GNU Coreutils on BSD systems. # Provides for the interactive use of GNU utilities on BSD systems.
# #
# Authors: # Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com> # Sorin Ionescu <sorin.ionescu@gmail.com>

Loading…
Cancel
Save