mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
jujutsu: fix zsh completion (#4305)
This commit is contained in:
parent
86dd48d70a
commit
a4f4508791
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue