Skip to content

Commit

Permalink
2024-08-01/01: add note about disabling default ZSH integration from HM
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 1, 2024
1 parent 9e601cb commit 519a9c2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ output, at least for the current version of the program. Can we pre-generate
them instead? If using Nix, of course we can:
```nix
# You need to disable the default integration
programs.direnv.enableZshIntegration = false;
programs.fzf.enableZshIntegration = false;
programs.zoxide.enableZshIntegration = false;
programs.zsh.initExtra =
# bash
''
Expand Down

0 comments on commit 519a9c2

Please sign in to comment.