feat: set WORDCHARS variable to split words by "/"
This commit is contained in:
parent
3f56d32cc7
commit
d7ca5df76c
|
@ -204,6 +204,7 @@ in {
|
|||
MANPAGER = "nvim +Man!";
|
||||
VISUAL = "nvim";
|
||||
EDITOR = "nvim";
|
||||
WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>";
|
||||
};
|
||||
# shellAliases = {
|
||||
# cat = "bat";
|
||||
|
|
Loading…
Reference in a new issue