zsh: remove autosuggestions

This commit is contained in:
Giulio De Pasquale 2023-09-26 21:17:56 +02:00
parent 9c16feab68
commit 799ff54f1f

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ any-nix-shell ]; home.packages = with pkgs; [ any-nix-shell ];
@ -11,7 +11,7 @@
plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ];
theme = "bira"; theme = "bira";
}; };
enableAutosuggestions = true; enableAutosuggestions = false;
dotDir = ".config/zsh"; dotDir = ".config/zsh";
initExtra = '' initExtra = ''
# avoid macOS updates to destroy nix # avoid macOS updates to destroy nix