summaryrefslogtreecommitdiff
path: root/users/seth
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-13 00:35:20 -0400
committerseth <[email protected]>2023-03-13 00:35:20 -0400
commit40cb58751334841247c4b1d8fd6c3978eb24e339 (patch)
treea0d8e8ebccb7ba11cef68700af27db9089301489 /users/seth
parent77cee2f99917d0cd2daaa196e4de51c74ff4489a (diff)
disable starship for bash & zsh
Diffstat (limited to 'users/seth')
-rw-r--r--users/seth/shell/default.nix3
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;
};
};