X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=brc;h=b2df5c28bcd8aa102fc4eef73ca43b69b379610e;hp=5e8776de929ba02c83b63df934724fa29561b49e;hb=768363d8771edb9d9ed82425fa772d77b90139c0;hpb=62c4ef27d7ce99c442339d4868aa75b2edadfb8f diff --git a/brc b/brc index 5e8776d..b2df5c2 100644 --- a/brc +++ b/brc @@ -1756,11 +1756,15 @@ nags() { fi /usr/bin/nagstamon & } + +# profanity screen +profsrc() { + screen -RD -S profanity +} + +# i dont want to wait for konsole to exit... prof() { - if ! pgrep -f /usr/bin/dunst >/dev/null; then - /usr/bin/dunst & - fi - profanity "$@" + command prof &>/dev/null & } @@ -2152,7 +2156,7 @@ skgit() { local f for f in $(i s | awk '$1 == "modified:" {print $2}'); do if [[ $(head -n1 "$f") == '#!/bin/bash'* ]]; then - sk $f + sk $f ||: fi done }