Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Can't Remove Alias



On 4 Nov 2019, at 23:52, johny why <johnywhy@xxxxxxxxx> wrote:
> but on reboot, the alias still works. How to remove the alias?

You can run `zsh -x` to see where the alias is actually getting set, or if you
can't change it there for some reason you can just add `unalias gm` to your
.zshrc

dana



Messages sorted by: Reverse Date, Date, Thread, Author