aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
authorBlista Kanjo2024-02-12 15:22:04 -0500
committerBlista Kanjo2024-02-12 15:22:04 -0500
commiteb5c2ac7f9c6ea575157d89aae92fef76dfbe768 (patch)
tree63c595dadeaf208a2167c182dae9a6f8929201db /.config/shell/.zshrc
parent73113fbfddbbca02f1b50a275a09b4b9d20562dd (diff)
refactor: remove `pomodoro timer aliases` in `.zshrc`
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc11
1 files changed, 0 insertions, 11 deletions
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