mostly profanity and fixes
[distro-setup] / brc
diff --git a/brc b/brc
index 5e8776de929ba02c83b63df934724fa29561b49e..b2df5c28bcd8aa102fc4eef73ca43b69b379610e 100644 (file)
--- 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
 }