dot/rcrc: Configuration for the Plan 9 shell.
[profile] / dot / bashrc
index 7f00141..17e18bb 100644 (file)
@@ -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 ---