Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Hiding command from history
- X-seq: zsh-users 19790
- From: İsmail Dönmez <ismail@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Hiding command from history
- Date: Tue, 3 Feb 2015 13:29:34 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:from:date:message-id:subject:to:content-type; bh=Vdcmo93xXDjqk0wg973uwXLAg5GUubcThSzLQ2BsogQ=; b=DLYIJA8xpFPgozgB17PfDu5qKxqsmJwuEfwsBz9ZONQkRCDOe3NCHFQx4guAK7GpAP hQW/wXjXo8+Y9kYgUyc9e6T1ALe4NpxqNpGnRi/7MGZ2z7p1RPFyuQgTFyRyg1A5VpOJ YxAyMd2HcsQkEVI9WYDTswtNy85zRLxKzjznI=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I know I can set HIST_IGNORE_SPACE and any command starting with space
will not be logged in history. But with that I have many aliases like
alias ls=" ls"
alias mv=" mv"
etc. So, I wonder if there is an easier way to blacklist multiple
commands from history without creating an alias for each of them?
Thanks!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author