mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
zoxide: load after prezto
prezto's completion module breaks zoxide completion otherwise
This commit is contained in:
parent
9f5966aa05
commit
fc2fe0104d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ in
|
|||
|
||||
programs.zsh.initContent = lib.mkIf cfg.enableZshIntegration (
|
||||
# After `compInit` in `zsh`
|
||||
lib.mkOrder 600 ''
|
||||
lib.mkOrder 851 ''
|
||||
eval "$(${lib.getExe cfg.package} init zsh ${cfgOptions})"
|
||||
''
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue