Kaleb Elwert
105e9658bb
gnu-utility: avoid overriding shell builtins
...
Fixes #1263
7 years ago
Greg Anders
cd703d3c3c
Add make to gnu-utility commands
7 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
9e288d859a
Clarify a comment about GNU utilities
12 years ago
Sorin Ionescu
060d9064f8
[ Fix #202 ] Load modules all or nothing
12 years ago
Sorin Ionescu
4d86e9c591
[ Fix #212 ] Replace dircolors with whoami
13 years ago
Sorin Ionescu
d738392709
Remove 'core' from gnu-utility documentation
...
It works with more than GNU Core Utilities.
13 years ago
Sorin Ionescu
7bf5773b3d
Rename gnu-utils to gnu-utility
13 years ago
Sorin Ionescu
878d0fbab3
[ Fix #125 ] Wrap GNU utilities in functions
...
There are three methods for calling prefixed GNU utilities interactively
non-prefixed aliasing, hashing, and wrapper functions. Two of these
methods are unreliable and are discussed bellow for reference only.
The aliasing method is unreliable since aliases are at risk of being
overridden resulting in non-GNU utilities being called with invalid
switches.
The hashing method is unreliable because hashed commands are lost
whenever hash -r or rehash -f are called. Thus, said built-ins have to
be wrapped to rehash GNU utilities. Unfortunately, altering $path will
cause Zsh to call the built-in rehash instead of the wrapped one
resulting in the hashed commands being lost.
The wrapper function method is currently the most reliable and is the
one used.
13 years ago
Colin Hebert
e81ad23346
Remove ls aliases from gnu-utils
...
There is no need to redefine aliases that are already defined elsewhere.
Load gnu-utils before alias instead.
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago
Colin Hebert
d044479bc5
Add documentation for gnu-utils
13 years ago
Colin Hebert
b24ac116e7
Allow different prefixes for gnu-utils
13 years ago
Sorin Ionescu
8ad3ebd88f
Remove the unused prefix variable
13 years ago
Sorin Ionescu
da673a94cc
Give the hashing function a descriptive name
13 years ago
Sorin Ionescu
57efc55533
[ #85 ] Always call builtin hash
13 years ago
Sorin Ionescu
070c6756a8
[ #83 ] Always evaluate dircolors if installed
13 years ago
Sorin Ionescu
6d85a24e30
Add more g-prefixed commands to gnu-utils
13 years ago
Sorin Ionescu
9155aea2db
Return 1 when GNU Core Utilities are not found
13 years ago
Sorin Ionescu
6a9a4ea8d6
[ Fix #60 ] Do not use parentheses in function names
13 years ago
Sorin Ionescu
cbffacd245
Fix GNU core utilities ls aliases, close #31
13 years ago
Sorin Ionescu
af060f8dba
Fixed a comment in gnu-utils plugin.
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
f0499b76c3
Use zstyle instead of variables for configuration.
13 years ago
Sorin Ionescu
b65195156d
Added missing FX and named colors to spectrum.
13 years ago
Sorin Ionescu
6324fcf7f1
Fixed minor bugs in gnu-utils plugin.
13 years ago
Sorin Ionescu
9662a4d43b
Simplified verbose comments in GNU utils plugin.
14 years ago
Sorin Ionescu
99f5b5e492
Added gnu-utils plugin.
14 years ago