diff --git a/dotfiles/.zsh_plugins.txt b/dotfiles/.zsh_plugins.txt index 4f610cb..b63a45f 100644 --- a/dotfiles/.zsh_plugins.txt +++ b/dotfiles/.zsh_plugins.txt @@ -19,3 +19,4 @@ ohmyzsh/ohmyzsh path:plugins/1password # Standard Zsh plugins djui/alias-tips +jgogstad/zsh-mask diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 8c5cb6f..8189acd 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -3,9 +3,6 @@ # Add timestamp display to `history` command export HIST_STAMPS="dd.mm.yyyy" -# Exclude commands from history that start with space -setopt histignorespace - # Set VSCode as the default editor export EDITOR="code"