Skip to content

Commit

Permalink
zsh: fix double bang (!!) command completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Aug 27, 2024
1 parent 3bb5406 commit 4e8b40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ fi
setopt completealiases
setopt noautomenu
setopt nolistbeep
setopt BANG_HIST

autoload -U select-word-style
select-word-style bash
Expand Down

0 comments on commit 4e8b40e

Please sign in to comment.