Skip to content

Commit

Permalink
config(zsh): remove = from WORDCHARS
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 18, 2024
1 parent 909792d commit cff02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/zsh/top-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See https://wiki.archlinux.org/title/Zsh

# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/
export WORDCHARS='*?[]~=&;!#$%^(){}<>'
export WORDCHARS='*?[]~&;!#$%^(){}<>'

# https://zsh.sourceforge.io/Doc/Release/Parameters.html#Parameters-Used-By-The-Shell
export HISTORY_IGNORE="(l[sal]|cd|pwd|exit|z)"
Expand Down

0 comments on commit cff02ce

Please sign in to comment.