diff --git a/modules/gnu-utility/README.md b/modules/gnu-utility/README.md index 4a0be81..ffef8c1 100644 --- a/modules/gnu-utility/README.md +++ b/modules/gnu-utility/README.md @@ -1,13 +1,13 @@ 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 -a prefix, i.e. `ls` instead of `gls`, is not recommended since scripts that -target other core utilities will be broken. +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. -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. Settings @@ -27,5 +27,3 @@ Authors - [Sorin Ionescu](/sorin-ionescu) -[1]: http://www.gnu.org/software/coreutils/ - diff --git a/modules/gnu-utility/init.zsh b/modules/gnu-utility/init.zsh index 558ad40..c26856c 100644 --- a/modules/gnu-utility/init.zsh +++ b/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: # Sorin Ionescu