1
0
forked from extern/nix-config

fish: Replace youtube-dl with yt-dlp

This commit is contained in:
Donovan Glover 2022-07-30 00:30:37 -04:00
parent 6db6521e7c
commit a06b1d06cb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -92,7 +92,7 @@ if not set -q set_abbr
abbr yin "yarn install" abbr yin "yarn install"
abbr yu "yarn upgrade-interactive" abbr yu "yarn upgrade-interactive"
abbr dl "youtube-dl" abbr dl "yt-dlp"
abbr vol "amixer set 'Master'" # Change the volume, e.g. vol 10%+, vol 10%-, vol 100% abbr vol "amixer set 'Master'" # Change the volume, e.g. vol 10%+, vol 10%-, vol 100%
abbr copy "xclip -sel clip <" # Easily copy the contents of any file abbr copy "xclip -sel clip <" # Easily copy the contents of any file
abbr cf "tput reset" # Clear the terminal completely abbr cf "tput reset" # Clear the terminal completely