From 1a9e46befff1006749ff269e00f21fb0785a53d5 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 11 Feb 2024 05:16:05 -0500 Subject: refactor: remove `pomodoro-timer-aliases` for `posix-pomo` --- .config/fish/config.fish | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b979dd7..5c6b837 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -29,17 +29,6 @@ if status is-interactive alias yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'" alias yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'" - # pomodoro timer aliases - alias work="timer 30m && notify-send \ - 'Pomodoro' 'Work Timer is up! Take a Break 😊' -i \ - ~/.cache/pomo/pomo-tomato.png -t 30000 -w -A 'Dismiss'\ - & disown; mpv '/home/kylert/.cache/pomo/pomo-sound.mp3'" - - alias rest="timer 10m && notify-send \ - 'Pomodoro' 'Break is over! Get back to work 😬' -i \ - ~/.cache/pomo/pomo-tomato.png -t 30000 -w -A 'Dismiss'\ - & disown; mpv '/home/kylert/.cache/pomo/pomo-sound.mp3'" - # experimental rust-uutits substitutions for testing alias basenc=uu-basenc alias groups=uu-groups -- cgit v1.2.3