aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-10-31 19:41:27 +0800
committerGuangxiong Lin <[email protected]>2022-10-31 19:41:27 +0800
commit11a5fef37dfad44c9c069770abf947772796a65f (patch)
tree797cc071bc776975057a6152ae60c1bae733335e /.zshrc
parent1b42d7b8a77ac0d243a047eb89dbb6af561ae2f9 (diff)
downloaddotfiles-11a5fef37dfad44c9c069770abf947772796a65f.tar.gz
dotfiles-11a5fef37dfad44c9c069770abf947772796a65f.tar.bz2
dotfiles-11a5fef37dfad44c9c069770abf947772796a65f.zip
Hide command history starting with space
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index c407f11..930ca76 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,4 +1,4 @@
-setopt histignorealldups sharehistory
+setopt histignorealldups sharehistory hist_ignore_space
# Use emacs keybindings even if our EDITOR is set to vi
bindkey -e