summaryrefslogtreecommitdiff
path: root/common/programs/bash.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
commit47bc39d25a359c94e9a139be9d453a05694ef341 (patch)
treecd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/programs/bash.nix
parentf1d30adc192df38fe8f6cd50cb2eae048789459b (diff)
Font and cursor
Diffstat (limited to 'common/programs/bash.nix')
-rw-r--r--common/programs/bash.nix2
1 files changed, 1 insertions, 1 deletions
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 = [