From 79b1d22cc9eb3752ae798d5ca9e6eeefeb86799e Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 23 Jan 2023 15:44:04 -0500 Subject: chore: general cleanup + use `with` less --- users/seth/shell/bash.nix | 7 ------- users/seth/shell/default.nix | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'users/seth/shell') diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix index c66e6a0..18167a4 100644 --- a/users/seth/shell/bash.nix +++ b/users/seth/shell/bash.nix @@ -5,13 +5,6 @@ }: { programs.bash = { enable = true; - bashrcExtra = '' - # drop into fish - 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; diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index 088feec..993835b 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -20,5 +20,6 @@ home.shellAliases = { ls = "exa --icons"; + diff = "diff --color=auto"; }; } -- cgit v1.2.3