config(zsh): remove = from WORDCHARS

main
sudo pacman -Syu 2024-10-18 17:31:27 +07:00
parent 909792ddbf
commit cff02ce464
1 changed files with 1 additions and 1 deletions

View File

@ -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)"