diff --git a/modules/programs/jujutsu.nix b/modules/programs/jujutsu.nix index 32cb1e34b..c511f2dcc 100644 --- a/modules/programs/jujutsu.nix +++ b/modules/programs/jujutsu.nix @@ -65,7 +65,7 @@ in { ''; programs.zsh.initExtra = mkIf cfg.enableZshIntegration '' - source <(${pkgs.jujutsu}/bin/jj util completion --zsh | sed '$d') + source <(${pkgs.jujutsu}/bin/jj util completion --zsh) compdef _jj ${pkgs.jujutsu}/bin/jj '';