Convert notify-done alias to notify_done function with more features.
[khome.git] / home / lib / login_aliases.sh
index f335f56..4f0fcbf 100644 (file)
@@ -25,4 +25,3 @@ 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-done='s="$?"; if [[ "$s" -eq 0 ]]; then notify-send "done OK: $s"; else notify-send -u critical "done ERROR: $s"; fi'
This page took 0.025325 seconds and 4 git commands to generate.