summaryrefslogtreecommitdiff
path: root/users/seth/shell/bash.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-20 03:43:04 -0500
committerseth <[email protected]>2023-02-20 03:43:04 -0500
commit9a64ab70ea3276cf4470b6a23eaca81980f3a071 (patch)
tree1dc5031213760266e6ab31b275990e452828e0e4 /users/seth/shell/bash.nix
parent0957b051ef4befd86ce97deef04f5095bea9543b (diff)
switch back to zsh + fix some issues
i miss fish but it's being weird :/
Diffstat (limited to 'users/seth/shell/bash.nix')
-rw-r--r--users/seth/shell/bash.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix
index 031542b..a80f409 100644
--- a/users/seth/shell/bash.nix
+++ b/users/seth/shell/bash.nix
@@ -1,12 +1,6 @@
{ config, ... }: {
programs.bash = {
enable = true;
- bashrcExtra = ''
- if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z "$BASH_EXECUTION_STRING" ]]
- then
- exec fish
- fi
- '';
historyFile = "${config.xdg.stateHome}/bash/history";
historyFileSize = 1000;
historySize = 100;