1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-25 00:03:29 +00:00

Fish: improve timer and base64d

This commit is contained in:
Phantop 2019-12-27 18:03:03 -05:00
parent a75b4cc44b
commit e662692ead
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.EaCb2O/base64d.fish @ line 1
# Defined in /tmp/fish.JliNyj/base64d.fish @ line 2
function base64d
echo $argv | base64 -d
echo $argv | base64 -d 2>/dev/null
end

View file

@ -1,8 +1,8 @@
# Defined in /tmp/fish.7W1FjE/timer.fish @ line 2
# Defined in /tmp/fish.dHrfIi/timer.fish @ line 2
function timer
tmux new-session -d 'while true
countdown 20m
notify-send Time
zenity --info --text=Time
zenity --info --text=Time & mpv ~/Music/.break
end'
end