mostly new music stuff
[distro-setup] / brc
diff --git a/brc b/brc
index 3fbf9675907ae76ad457900da2de0d49fa58b920..24a437cd4afebc0969ea06bd8b54e3cbfc9fd576 100644 (file)
--- a/brc
+++ b/brc
@@ -862,6 +862,10 @@ cim() {
 d() { builtin bg "$@"; }
 ccomp bg d
 
+# f would be more natural, but i already am using it for something
+z() { builtin fg "$@"; }
+ccomp fg z
+
 dc() {
   diff --strip-trailing-cr -w "$@"   # diff content
 }
@@ -2389,7 +2393,7 @@ s/^\Wcapability: (.*)/\1/;Ta;h;b
 # and changing directory, so we don't have any open
 # directories or files that could cause problems when
 # remounting.
-z() {
+zr() {
   local tmp
   tmp=$(type -p "$1")
   if [[ $tmp ]]; then