Enable `**' wildcards and GNU-style errors; omit things beginning with a
space from the history.
shopt -u dotglob
shopt -s expand_aliases
shopt -s extglob
shopt -u dotglob
shopt -s expand_aliases
shopt -s extglob
+shopt -s globstar
+shopt -s gnu_errfmt
shopt -s histappend
shopt -s histreedit
shopt -u histverify
shopt -s histappend
shopt -s histreedit
shopt -u histverify
shopt -u shift_verbose
shopt -s sourcepath
shopt -u shift_verbose
shopt -s sourcepath
+HISTCONTROL=ignorespace:erasedups
+
# --- Set the CDPATH ---
#
# CDPATH=~/src:/usr/src:/usr/lib:/usr/share
# --- Set the CDPATH ---
#
# CDPATH=~/src:/usr/src:/usr/lib:/usr/share