X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=24a437cd4afebc0969ea06bd8b54e3cbfc9fd576;hb=563cc41a1f3ddb95bedf595cc249f53aea6629c1;hp=3fbf9675907ae76ad457900da2de0d49fa58b920;hpb=9c77c557e60d21caceeef1e78e35b35ed968fca9;p=distro-setup diff --git a/brc b/brc index 3fbf967..24a437c 100644 --- 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