aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkj-sh6042024-07-29 18:45:27 -0400
committerkj-sh6042024-07-29 18:45:27 -0400
commit887e49c9804e75d847085fe9196a597da04d909a (patch)
tree75fea29cb12941628992d76c3afb5abd8436b328 /.config
parent87428aa1f28793d93077f11a544e85c121b199c9 (diff)
feat: `yt-mpv` abbr & change `sl` to `sls`
Diffstat (limited to '.config')
-rw-r--r--.config/fish/config.fish3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index aa06e99..230dd31 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -17,13 +17,14 @@ if status is-interactive
abbr -a p "paru"
abbr -a pu "paru -Syu --noconfirm"
abbr -a s "screen"
- abbr -a sl "screen -ls"
+ abbr -a sls "screen -ls"
abbr -a sr "screen -r"
abbr -a t "timedatectl"
abbr -a w "curl wttr.in"
abbr -a x "startx"
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="
abbr -a yt-webm "youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'"
# aliases
alias egrep='grep -E'