From ffe92137997fc9c3578d9c055101f7ba3a02c453 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 4 Jun 2026 10:53:38 +0200 Subject: zsh: Speichere keine Befehle mit führenden Leerzeichen in der History MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index 7d8a754..24f1ff0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -29,6 +29,7 @@ setopt HIST_SAVE_NO_DUPS setopt INC_APPEND_HISTORY setopt SHARE_HISTORY setopt HIST_IGNORE_ALL_DUPS +setopt HIST_IGNORE_SPACE source_file "$HOME/.opam/opam-init/init.zsh" -- cgit v1.3