diff options
| author | Blista Kanjo | 2023-06-12 12:14:49 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-12 12:14:49 -0400 |
| commit | c5aabe404d5070df342979ac2eb66ea024d4a41e (patch) | |
| tree | ae7ba4b944adfb4e67e4bbf4c886e0207e7a39b9 | |
| parent | d7d71158aab1a229af47e2392272f993c3c45d3b (diff) | |
refactor: removed secondary comments
| -rw-r--r-- | .config/fish/config.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ffa7856..3643a0e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -16,7 +16,7 @@ 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 | Inspired by @bashbunni Timer by @caarlos0 + # 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'\ @@ -27,7 +27,7 @@ if status is-interactive ~/.cache/pomo/pomo-tomato.png -t 30000 -w -A 'Dismiss'\ & disown; mpv '/home/kylert/.cache/pomo/pomo-sound.mp3'" - # Command Substitutions | I'm trying out the Rust Coreutils Re-write via the coreutils-hybrid package + # Command Substitutions alias echo="uu-echo" alias ls="uu-ls --group-directories-first -h -p --color -F" alias pwd="uu-pwd" |
