1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-27 07:26:43 +00:00

Fish: better time; Nvim: update plug

This commit is contained in:
Phantop 2019-10-05 20:03:32 -04:00
parent 71898e7f71
commit eb804bdcea

View file

@ -1,10 +1,7 @@
# Defined in /tmp/fish.99BpV1/timer.fish @ line 2
# Defined in /tmp/fish.q2rjYH/timer.fish @ line 2
function timer
tmux new-session -d 'while true
for i in (seq -w 1200 -1 0)
echo (math -s0 $i/60):(math $i%60)
sleep 1
end
zenity --info --text=Time to take a break!
countdown 20m
zenity --info --text=Time
end'
end