From ce86d040762b15aad2039fb2d28b745161c43bd6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 17 Nov 2021 09:08:28 -0500 Subject: [PATCH] shells/zsh: add any-nix-shell, refactor kitty completion --- users/profiles/shells/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 0a1d4db..ea4e946 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -13,7 +13,8 @@ # defaultKeymap = "emacs"; initExtra = '' - kitty + complete setup zsh | source /dev/stdin + ${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin + ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin ''; dotDir = ".config/zsh";