1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-28 15:57:19 +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 function timer
tmux new-session -d 'while true tmux new-session -d 'while true
for i in (seq -w 1200 -1 0) countdown 20m
echo (math -s0 $i/60):(math $i%60) zenity --info --text=Time
sleep 1
end
zenity --info --text=Time to take a break!
end' end'
end end