zsh: enable autosuggestions, added dotDir

This commit is contained in:
Giulio De Pasquale 2023-06-11 01:31:02 +02:00
parent 29cf6fece7
commit a263496047

View File

@ -11,7 +11,8 @@
plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ];
theme = "bira"; theme = "bira";
}; };
enableAutosuggestions = true;
dotDir = ".config/zsh";
initExtra = '' initExtra = ''
any-nix-shell zsh --info-right | source /dev/stdin any-nix-shell zsh --info-right | source /dev/stdin
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh