diff options
| author | seth <[email protected]> | 2023-03-13 00:35:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-13 00:35:20 -0400 |
| commit | 40cb58751334841247c4b1d8fd6c3978eb24e339 (patch) | |
| tree | a0d8e8ebccb7ba11cef68700af27db9089301489 /users/seth | |
| parent | 77cee2f99917d0cd2daaa196e4de51c74ff4489a (diff) | |
disable starship for bash & zsh
Diffstat (limited to 'users/seth')
| -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; }; }; |
