From 504e56294d2529b702964917e9868a5ee4c6cd67 Mon Sep 17 00:00:00 2001 From: AngeD Date: Thu, 9 Nov 2023 16:06:54 +0100 Subject: [PATCH] feat: zsh remove share_history --- .bashrc | 1 - .config/zsh/.zshrc | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .bashrc diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 3ceb22f..0000000 --- a/.bashrc +++ /dev/null @@ -1 +0,0 @@ -unset HISTFILE diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3a50043..ff94c48 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -26,7 +26,8 @@ setopt AUTO_CD setopt HIST_IGNORE_DUPS setopt HIST_IGNORE_SPACE -setopt SHARE_HISTORY +#setopt SHARE_HISTORY +#setopt EXTENDED_HISTORY export PAGER=less export LESS_TERMCAP_mb="${fg_bold[red]}"