From a2634960470e424e1e47a4f4a96dc76494f48577 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 11 Jun 2023 01:31:02 +0200 Subject: [PATCH] zsh: enable autosuggestions, added dotDir --- roles/home/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 2cf25fa..fba3b5c 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -11,7 +11,8 @@ plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; theme = "bira"; }; - + enableAutosuggestions = true; + dotDir = ".config/zsh"; initExtra = '' any-nix-shell zsh --info-right | source /dev/stdin source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh