You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on the b_alias() function to make it the first builtin to use getopt_long() rather than optget() I noticed it has a gross hack to support the bash hash -r flag needed because hash is implemented as an alias of alias. Separate the hash logic from the alias logic so those hacks aren't needed.
The text was updated successfully, but these errors were encountered:
While working on the
b_alias()
function to make it the first builtin to usegetopt_long()
rather thanoptget()
I noticed it has a gross hack to support the bashhash -r
flag needed becausehash
is implemented as an alias ofalias
. Separate thehash
logic from thealias
logic so those hacks aren't needed.The text was updated successfully, but these errors were encountered: