mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
zoxide: load after prezto
prezto's completion module breaks zoxide completion otherwise
This commit is contained in:
@@ -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})"
|
||||
''
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user