diff options
| author | kj-sh604 | 2024-10-09 19:00:03 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-09 19:00:03 -0400 |
| commit | 1b31f2e04e371996909a1b60c52d2b24a409edc7 (patch) | |
| tree | a84ee2f03766f63b1e24349d8ac445b5a9c59e17 /.config/fish/config.fish | |
| parent | bc0e9a2dc306b16c2c046ad484e535ff7e226ca3 (diff) | |
feat: add `yt-best` alias/abbr
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 230dd31..0187227 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -22,6 +22,7 @@ if status is-interactive abbr -a t "timedatectl" abbr -a w "curl wttr.in" abbr -a x "startx" + abbr -a yt-best "youtube-dl -cif 'bestvideo+bestaudio/best'" abbr -a yt-m4a "youtube-dl -cif 'bestaudio[ext=m4a]'" abbr -a yt-mp4 "youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" abbr -a yt-mpv "mpv --ytdl-format=" |
