diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-21 22:50:59 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-21 22:50:59 +0300 |
commit | 1796b408707764b4388f47db62bd0e3d56a998a5 (patch) | |
tree | 3b82f1b98257612b6b527a0544e4b5557eca9e64 | |
parent | d32c0eeeb68197ef7cd3e2e7a6b9b4f803b58a28 (diff) | |
download | swayrice-1796b408707764b4388f47db62bd0e3d56a998a5.tar.gz swayrice-1796b408707764b4388f47db62bd0e3d56a998a5.zip |
zsh: setopt histignorespace
-rw-r--r-- | dotfiles/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc index 0509006..5684477 100644 --- a/dotfiles/.config/zsh/.zshrc +++ b/dotfiles/.config/zsh/.zshrc @@ -33,6 +33,7 @@ HISTFILE=~/.cache/zsh_history HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd beep notify +setopt histignorespace # vi mode bindkey -v |