1
0
Fork 0
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:
Syl 2025-09-03 12:11:26 -04:00 committed by Austin Horstman
parent 9f5966aa05
commit fc2fe0104d

View file

@ -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})"
''
);