Skip to content

Commit

Permalink
Simplify .zshrc by adding zsh-mask plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Sep 27, 2024
1 parent 7604e11 commit f950b73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions dotfiles/.zsh_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ ohmyzsh/ohmyzsh path:plugins/1password

# Standard Zsh plugins
djui/alias-tips
jgogstad/zsh-mask
3 changes: 0 additions & 3 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f950b73

Please sign in to comment.