Update from current status on citadel
[khome.git] / home / lib / login_aliases.sh
index 4f0fcbf..8255c09 100644 (file)
@@ -25,3 +25,4 @@ alias ideas='cd ~/doc/ideas && vim ideas.md'
 alias quotes='cd ~/doc/quotations && vim quotations.md'
 alias bitcoin='nc ticker.bitcointicker.co 10080'  # https://github.com/chubin/awesome-console-services#Money
 alias weather='cat ~/.pista-out/weather-summary'
+alias notify_status='s="$?"; if [[ "$s" -eq 0 ]]; then notify-send "done OK: $s"; else notify-send -u critical "done ERROR: $s"; fi'
This page took 0.018367 seconds and 4 git commands to generate.