From 799ff54f1fafbb1b12e9e8a756747a5a22ff1a8e Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 26 Sep 2023 21:17:56 +0200 Subject: [PATCH] zsh: remove autosuggestions --- roles/home/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 4e3b358..7d4c529 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ pkgs, ... }: { home.packages = with pkgs; [ any-nix-shell ]; @@ -11,7 +11,7 @@ plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; theme = "bira"; }; - enableAutosuggestions = true; + enableAutosuggestions = false; dotDir = ".config/zsh"; initExtra = '' # avoid macOS updates to destroy nix