diff options
Diffstat (limited to 'common/programs/bash.nix')
| -rw-r--r-- | common/programs/bash.nix | 2 |
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 = [ |
