From c5aabe404d5070df342979ac2eb66ea024d4a41e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 12 Jun 2023 12:14:49 -0400 Subject: refactor: removed secondary comments --- .config/fish/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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" -- cgit v1.2.3