From d7ca5df76ca2c850c1e20c38ac762ef2e0c0fb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 14 Mar 2023 14:16:17 +0100 Subject: [PATCH] feat: set WORDCHARS variable to split words by "/" --- hosts/neodymium/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index b336b3b..924bd8a 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -204,6 +204,7 @@ in { MANPAGER = "nvim +Man!"; VISUAL = "nvim"; EDITOR = "nvim"; + WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>"; }; # shellAliases = { # cat = "bat";