Skip to content

Commit

Permalink
Disable Bash and Zsh integration in zellij
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Feb 16, 2024
1 parent 6a297b1 commit 0121c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/homeProfiles/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ with builtins // lib; {
# zellij
zellij = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableBashIntegration = false;
enableZshIntegration = false;
};

# zoxide
Expand Down

0 comments on commit 0121c92

Please sign in to comment.