mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
fzf: update zsh integration to be after plugins (#6716)
This commit is contained in:
parent
171915bfce
commit
b14a70c40f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ in {
|
||||||
# Still needs to be initialized after oh-my-zsh (order 800), otherwise
|
# Still needs to be initialized after oh-my-zsh (order 800), otherwise
|
||||||
# omz will take precedence.
|
# omz will take precedence.
|
||||||
programs.zsh.initContent =
|
programs.zsh.initContent =
|
||||||
mkIf cfg.enableZshIntegration (mkOrder 810 zshIntegration);
|
mkIf cfg.enableZshIntegration (mkOrder 910 zshIntegration);
|
||||||
|
|
||||||
programs.fish.interactiveShellInit =
|
programs.fish.interactiveShellInit =
|
||||||
mkIf cfg.enableFishIntegration (mkOrder 200 fishIntegration);
|
mkIf cfg.enableFishIntegration (mkOrder 200 fishIntegration);
|
||||||
|
|
Loading…
Add table
Reference in a new issue