diff --git a/home/shell.nix b/home/shell.nix index ad81556..0884e1d 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -53,6 +53,7 @@ in shellAliases = myAliases; history.size = 10000; setOptions = [ "NO_BEEP" ]; + dotDir = config.xdg.configHome; plugins = [ { name = "vi-mode";