From 67cd768b561ca1698aa863893db029269b11297b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Thu, 15 Aug 2024 17:03:35 +0200 Subject: [PATCH] feat(zsh): install jujutsu completions --- nixos/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/home.nix b/nixos/home.nix index 92224e7..2ac51c0 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -92,6 +92,10 @@ in { vim = "nvim"; vi = "nvim"; }; + initExtra = '' + # enable jj completion + source <(jj util completion zsh) + ''; }; programs.kitty = {