summaryrefslogtreecommitdiffstats
path: root/fish/functions/pomo.fish
blob: 37e7840185d826979766b72282617c0ee3f1a9ed (plain) (blame)
1
2
3
4
# Defined in /tmp/fish.ZKaTF7/pomo.fish @ line 1
function pomo --description 'Pomodoro for 25 minutes with zenity warning at end'
	sleep 1500; and zenity --warning --text="Stop working! Break for 5 mins."
end