zsh: remove autosuggestions
This commit is contained in:
parent
9c16feab68
commit
799ff54f1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user