From 39a07779df3b2bf122805ed26ee222a056c4f724 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 2 Aug 2021 23:17:39 +0100 Subject: devhell/base: Add tab-completion colors This was annoying me for the longest time, but now I have colors back when ZSH tab completes paths. --- modules/user/devhell/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index b1e7d847..071e4bd2 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -74,6 +74,7 @@ in { ''; interactiveShellInit = '' zstyle ':completion:*' menu select + zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} source ${pkgs.fzf}/share/fzf/key-bindings.zsh ''; shellAliases = { -- cgit 1.4.1