aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkj_sh6042025-12-25 22:11:57 -0500
committerkj_sh6042025-12-25 22:11:57 -0500
commit1e8ccdb2a32eb203a2b60757212bdf97190e19f7 (patch)
tree59b565c96ace64b99e3111f6dbdd3c1afa2c13eb /.config/shell
parentac538b363641f32f2c69f15627887e6cd46806a6 (diff)
refactor: make sure zsh and fish have the same abbrs
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/.zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index 7fc291b..e6ebd2c 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -50,11 +50,10 @@ SAVEHIST=9999999
abbr -S --quiet t="timedatectl"
abbr -S --quiet uncommit="git reset --soft HEAD^"
abbr -S --quiet x="startx"
-
- # youtube-dl abbreviations
abbr -S --quiet yt-best="youtube-dl -cif 'bestvideo+bestaudio/best'"
abbr -S --quiet yt-m4a="youtube-dl -cif 'bestaudio[ext=m4a]'"
abbr -S --quiet yt-mp4="youtube-dl -cif 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
+ abbr -S --quiet yt-mpv="mpv --ytdl-format="
abbr -S --quiet yt-webm="youtube-dl -cif 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=webm]/best'"
# pfetch stuff
@@ -133,4 +132,4 @@ bindkey "^b" backward-word
bindkey "^[[A" history-substring-search-up
bindkey "^[[B" history-substring-search-down
bindkey -M vicmd "k" history-substring-search-up
-bindkey -M vicmd "j" history-substring-search-down \ No newline at end of file
+bindkey -M vicmd "j" history-substring-search-down