Re: unsetting from BASH_ALIASES

2015-10-29 Thread Chet Ramey
On 10/26/15 10:54 PM, isabella parakiss wrote: > man bash claims that unsetting elements from BASH_ALIASES causes them to > be removed from the alias list. This doesn't work and from what I can see > in variables.c there's nothing that's called when an element in a dynamic > variable is unset. >

unsetting from BASH_ALIASES

2015-10-26 Thread isabella parakiss
man bash claims that unsetting elements from BASH_ALIASES causes them to be removed from the alias list. This doesn't work and from what I can see in variables.c there's nothing that's called when an element in a dynamic variable is unset. Is there any plan to support this? --- xoxo iza