Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can't Remove Alias
- X-seq: zsh-users 24404
- From: dana <dana@xxxxxxx>
- To: johny why <johnywhy@xxxxxxxxx>
- Subject: Re: Can't Remove Alias
- Date: Tue, 5 Nov 2019 00:09:27 -0600
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=uZNAVPLn8yPSR1yxg2xEyHKenq25Blbh7BiKvIEZ2Ec=; b=eKGJ9EfvsDUmR9xvzNunLq0L4wuhmmDpiKsPp7G1N8asQjuAAaMl3swmLXeIHtU9LB UjvtJyqaFiF5x/FcN50I+CK9y/AH+8MZcbTlDTp+IAP342JTOJzGExjfIwcNTn7RH1JV KrNIQLmqrEj9aLlOseRVl2axhaSQy7ghR+/PyEmQTww9QNfHtL4Qwr6fFvC4jMF7cMzn An0FlLxTLaaUuSq+VRq5zCjp6RlH+BdaSOEriim1nt1V+d9qZObZfCDy5fo5+J1RSt5i CGelp5yo1guQa9D+MCJSSDC0ChuwN9L2b+AOHMj73bFb7kHy696eLFEb7N08P2k63TV6 Q+Ww==
- In-reply-to: <CA+jNr64wDutrzhsnWc66XMgfFFBfyfH_fb17A91Gax0Wz=Y-6A@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <Mailbird-0b725ad1-d9e5-462e-aaa1-68e81b0a0b8c@gmail.com> <CA+jNr64wDutrzhsnWc66XMgfFFBfyfH_fb17A91Gax0Wz=Y-6A@mail.gmail.com>
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