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