From 66aaaade52d8601df767459e8d00887ddb80f362 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 18 May 2022 07:11:31 -0400 Subject: [PATCH] just comment out the dang shell opts --- config/bash/.bashrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/bash/.bashrc b/config/bash/.bashrc index 06abd2e..5bf95f0 100644 --- a/config/bash/.bashrc +++ b/config/bash/.bashrc @@ -16,12 +16,12 @@ HISTCONTROL="ignoreboth:erasedups" HISTTIMEFORMAT="%F %T " # shell options -if ! shopt -q checkhash 2> /dev/null; then shopt -s checkhash fi -if ! shopt -q checkwinsize 2> /dev/null; then shopt -s checkwinsize; fi -if ! shopt -q cmdhist 2> /dev/null; then shopt -s cmdhist; fi -if ! shopt -q histappend 2> /dev/null; then shopt -s histappend; fi -if ! shopt -q extglob 2> /dev/null; then shopt -s extglob; fi -if ! shopt -q globstar 2> /dev/null; then shopt -s globstar; fi +# if ! shopt -q checkhash 2> /dev/null; then shopt -s checkhash fi +# if ! shopt -q checkwinsize 2> /dev/null; then shopt -s checkwinsize; fi +# if ! shopt -q cmdhist 2> /dev/null; then shopt -s cmdhist; fi +# if ! shopt -q histappend 2> /dev/null; then shopt -s histappend; fi +# if ! shopt -q extglob 2> /dev/null; then shopt -s extglob; fi +# if ! shopt -q globstar 2> /dev/null; then shopt -s globstar; fi # command variables export EDITOR="/usr/bin/vim"