diff --git a/home/programs/bash.nix b/home/programs/bash.nix index c523f38..108d887 100644 --- a/home/programs/bash.nix +++ b/home/programs/bash.nix @@ -7,5 +7,10 @@ bashrcExtra = '' source "${config.xdg.configHome}/mutable_env.sh" ''; + shellOptions = [ + "histappend" + "checkwinsize" + "checkjobs" + ]; }; -} \ No newline at end of file +}