@@ -39,9 +39,9 @@ bcdiff() {
### '''' ###
export HISTCONTROL=erasedups
-export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
+export HISTIGNORE="$HISTIGNORE:ls:ll:la:cd"
export HISTIGNORE="$HISTIGNORE:git dc:git st"
-export HISTIGNORE="$HISTIGNORE:se *:sc *"
+#export HISTIGNORE="$HISTIGNORE:se *:sc *"
export HISTSIZE=-1
export HISTFILESIZE=100000
export GLOBIGNORE=.:..