From eb5c2ac7f9c6ea575157d89aae92fef76dfbe768 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 12 Feb 2024 15:22:04 -0500 Subject: refactor: remove `pomodoro timer aliases` in `.zshrc` --- .config/shell/.zshrc | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.config') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index d24a3a9..4128376 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -34,17 +34,6 @@ SAVEHIST=9999999 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