diff options
| author | Blista Kanjo | 2024-02-11 05:16:05 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-11 05:16:05 -0500 |
| commit | 1a9e46befff1006749ff269e00f21fb0785a53d5 (patch) | |
| tree | ea9b12e0fa32ac7ebb06694f422991192e14894b /.config | |
| parent | dba0383900e58f7169dc1cde7569e111de2aa4f1 (diff) | |
refactor: remove `pomodoro-timer-aliases` for `posix-pomo`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/fish/config.fish | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
