Commit: 94edde4abb4ba1dad4a08b9c57532acbc33300cc
Parent: 251acfd3e5de907950556b149f84e9f22cab1a63
Author: Randy Palamar
Date: Sat, 4 Jun 2022 14:13:20 -0600
update a couple commands in kshrc
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.config/ksh/kshrc b/.config/ksh/kshrc
@@ -38,13 +38,13 @@ alias ll='ls -lh'
alias mkdir='mkdir -p'
alias mvi='mpv --profile=image'
alias ncmpcpp='tput smkx && ncmpcpp'
-alias page='zathura --fork'
+alias page='tabbed -cd -r 2 zathura -e ""'
# managing dotfiles
alias rice='git --git-dir=~/.local/repos/dotfiles --work-tree=~'
# youtube-dl
-alias yt="youtube-dl"
+alias yt="yt-dlp"
alias ytbest="yt -f '(bestvideo+bestaudio)/best'"
alias ytmus='mpv --profile=ytmus --shuffle "$YT_MUS"'
alias ytab='yt --config-location ~/.config/youtube-dl/audiobooks'
@@ -107,6 +107,10 @@ if [ -f /etc/gentoo-release ]; then
alias ifconfig='doas /bin/ifconfig'
fi
+if [ -f /etc/arch-release ]; then
+ alias pm='doas /usr/bin/pacman'
+fi
+
###############
# Completions #
###############