From 47cc86d712b6c8d73c25067fde06f29696a42f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 16 Aug 2019 16:38:13 +0100 Subject: [PATCH] Fix autosuggest style in zsh --- nixos/programs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/programs/zsh.nix b/nixos/programs/zsh.nix index c7dcdeec..dcfa30a8 100644 --- a/nixos/programs/zsh.nix +++ b/nixos/programs/zsh.nix @@ -31,6 +31,7 @@ SPACESHIP_EXIT_CODE_SHOW=true SPACESHIP_VI_MODE_SHOW=false SPACESHIP_BATTERY_THRESHOLD=30 + ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=238' setopt HIST_IGNORE_ALL_DUPS ''; profileExtra = ''