1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

alias: dont ask for sudopass a second time in yay

This commit is contained in:
TiynGER 2020-12-17 13:56:27 +01:00
parent 7d83664ff8
commit 9ffc9f80fd

View File

@ -98,6 +98,9 @@ alias weather="curl wttr.in"
# wget
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"
# yay
alias yay="yay --save --sudoloop"
# youtube-dl
alias yta="youtube-dl -f 'bestaudio[ext=m4a]'"
alias yta="youtube-dl -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'"