X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=prof;h=dd9ad3ed2c0b4912d527b6f60efa1ac755c115c2;hb=HEAD;hp=e4d77d6491594fe4b3ba16ee4de29a99dc406624;hpb=51c8b40fd2aac71d29dc9298ca65425725ad1edd;p=distro-setup diff --git a/prof b/prof deleted file mode 100644 index e4d77d6..0000000 --- a/prof +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - - -set -e; . /usr/local/lib/bash-bear; set +e - -dossh=true -if (( $# >= 1 )); then - remote=$1 -else - remote=b8.nz - if systemctl --user --quiet is-active profanity || [[ $HOSTNAME == kd ]]; then - dossh=false - fi -fi - -if $dossh; then - # IANK_BASHRC_RUN because if prof-remote dies for some reason, we - # I dont want konsole to disappear. - export IANK_BASHRC_RUN="prof-remote $remote" - konsole --profile profanity -else - prof-tail | prof-notify & - konsole --profile profanity -e screen -RD -S profanity -fi