mirror of https://github.com/wlcx/home.git
zsh: add = to wordchars
This commit is contained in:
parent
d1b006a5f7
commit
fdec1561eb
|
@ -6,7 +6,7 @@ in {
|
|||
home.sessionVariables = {
|
||||
"PATH" = "$HOME/.local/bin:$PATH";
|
||||
"EDITOR" = "vim";
|
||||
"WORDCHARS" = "\${WORDCHARS//[\\/.]/}"; # ctrl-w on paths without make angery
|
||||
"WORDCHARS" = "\${WORDCHARS//[\\/.=]/}"; # ctrl-w on paths without make angery
|
||||
};
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
|
Loading…
Reference in New Issue