X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=e0f2a883d209344e04e4c5a7d4b4bc9cd46d0726;hb=da085f71e5ae00a9f78ed903be6ae675f66eacfa;hp=502be7e4e03a3f768c90bb08e6aad34cccb38492;hpb=fa5deaee2e0182ddfc7b39eea7ee2acedb259ddf;p=distro-setup diff --git a/brc b/brc index 502be7e..e0f2a88 100644 --- a/brc +++ b/brc @@ -1021,6 +1021,11 @@ ic() { git commit -am "$*" } +ipp() { + git pull + git push +} + ifn() { # insensitive find @@ -2027,7 +2032,7 @@ if [[ $- == *i* ]]; then if [[ -e /dev/shm/iank-status && ! -e /tmp/quiet-status ]]; then eval $(< /dev/shm/iank-status) fi - if [[ ! $SSH_CLIENT && $MAIL_HOST != "$HOSTNAME" ]]; then + if [[ $MAIL_HOST && $MAIL_HOST != "$HOSTNAME" ]]; then ps_char="@ $ps_char" fi # We could test if sudo is active with sudo -nv