From 9a64ab70ea3276cf4470b6a23eaca81980f3a071 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 03:43:04 -0500 Subject: switch back to zsh + fix some issues i miss fish but it's being weird :/ --- users/seth/shell/bash.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'users/seth/shell/bash.nix') 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; -- cgit v1.2.3