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]}"