From c2eaebaf7c499a95908925ab607e9fc1dad01a1e Mon Sep 17 00:00:00 2001 From: kvorschk <92257455+kvorschk@users.noreply.github.com> Date: Sat, 4 Mar 2023 23:50:15 -0500 Subject: [PATCH] Update to current. --- .config/shell/aliases | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/shell/aliases b/.config/shell/aliases index ebc8230..1eed018 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -1,13 +1,16 @@ alias rh='cd ~' alias cl='clear' alias lg='ls -lg' -alias lsl='ls -l -h' alias cd..='cd ..' alias sc='sc-im' alias w3d='w3m duckduckgo.com' alias neo='neofetch' alias rb='reboot' alias sdn='shutdown now' +alias yt="yt-dlp --embed-metadata -i" +alias yta="yt -x -f bestaudio/best" +alias ls='ls -l -h --color=auto' +alias ytfzf='ytfzf -f' alias psi='sudo pacman -S' alias pss='sudo pacman -Ss'