Turns out that these need to be often repeated
@@ -40,7 +40,7 @@ bcdiff() {
export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
-export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
+export HISTIGNORE="$HISTIGNORE:git dc:git st"
export HISTIGNORE="$HISTIGNORE:se *:sc *"
export HISTSIZE=-1
export HISTFILESIZE=100000