X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9906310798d936a6cacd0ec5a2d3b607e911c423..5694bdf24c167150fc0cc475f230e20ad2c74fbb:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index 7f00141..17e18bb 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -69,6 +69,8 @@ shopt -s cmdhist 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 @@ -83,6 +85,8 @@ shopt -s promptvars shopt -u shift_verbose shopt -s sourcepath +HISTCONTROL=ignorespace:erasedups + # --- Set the CDPATH --- # # CDPATH=~/src:/usr/src:/usr/lib:/usr/share @@ -127,7 +131,7 @@ greplike () { alias grep="greplike grep" alias egrep="greplike egrep" alias fgrep="greplike fgrep" -alias zgrep="greplike fgrep" +alias zgrep="greplike zgrep" # --- Set up some simple aliases ---