From e3dc3e943e12b7a3f31b909a6e43a850b86de722 Mon Sep 17 00:00:00 2001 From: Katerina Ford Date: Sun, 5 May 2024 04:41:21 +0000 Subject: [PATCH] fix: removed setopt --- home/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/home/.bashrc b/home/.bashrc index 20615ad..1168798 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -120,7 +120,6 @@ fi eval "$(starship init bash)" # History -setopt share_history HISTSIZE=100000 HISTFILESIZE=200000 SAVEHIST=100000