diff options
Diffstat (limited to 'users/seth/shell/default.nix')
| -rw-r--r-- | users/seth/shell/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index 3c3f30b..0811779 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -31,7 +31,8 @@ }; starship = { enable = true; - enableFishIntegration = true; + enableBashIntegration = false; + enableZshIntegration = false; }; }; |
