diff options
author | Guangxiong Lin <[email protected]> | 2022-10-31 19:41:27 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-10-31 19:41:27 +0800 |
commit | 11a5fef37dfad44c9c069770abf947772796a65f (patch) | |
tree | 797cc071bc776975057a6152ae60c1bae733335e | |
parent | 1b42d7b8a77ac0d243a047eb89dbb6af561ae2f9 (diff) | |
download | dotfiles-11a5fef37dfad44c9c069770abf947772796a65f.tar.gz dotfiles-11a5fef37dfad44c9c069770abf947772796a65f.tar.bz2 dotfiles-11a5fef37dfad44c9c069770abf947772796a65f.zip |
Hide command history starting with space
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |