zoxide: move zsh priority (#7593)
According to upstream documentation, they recommend at end of file. But, realistically just needs to be after compinit. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
19f94a3e0e
commit
e102920c1b
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ in
|
|||
);
|
||||
|
||||
programs.zsh.initContent = lib.mkIf cfg.enableZshIntegration (
|
||||
lib.mkOrder 2000 ''
|
||||
# After `compInit` in `zsh`
|
||||
lib.mkOrder 600 ''
|
||||
eval "$(${lib.getExe cfg.package} init zsh ${cfgOptions})"
|
||||
''
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue