feat: set WORDCHARS variable to split words by "/"

This commit is contained in:
Laureηt 2023-03-14 14:16:17 +01:00
parent 3f56d32cc7
commit d7ca5df76c
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -204,6 +204,7 @@ in {
MANPAGER = "nvim +Man!";
VISUAL = "nvim";
EDITOR = "nvim";
WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>";
};
# shellAliases = {
# cat = "bat";