From 47bc39d25a359c94e9a139be9d453a05694ef341 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 02:51:59 +0530 Subject: Font and cursor --- common/programs/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/programs/bash.nix') diff --git a/common/programs/bash.nix b/common/programs/bash.nix index 1ad9e80..f6987ed 100644 --- a/common/programs/bash.nix +++ b/common/programs/bash.nix @@ -1,6 +1,6 @@ { programs.bash = { - enable = true; + enable = false; historySize = 10000; historyFile = "$HOME/.bash_history"; historyControl = [ -- cgit v1.3.1