1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 01:57:44 +01:00

alias: added some aliases for improved tools

This commit is contained in:
tiyn 2025-03-01 05:15:03 +01:00
parent 473423929c
commit 3ec55d1bfe

View File

@ -7,6 +7,9 @@ background() { for ((i=2;i<=$#;i++)); do; ${@[1]} ${@[$i]} &> /dev/null &| ; don
alias ":wq"="exit"
alias ":q"="exit"
# cat
alias cat="bat"
# cd
alias ".."="cd .."
alias "..."="cd ../.."
@ -134,6 +137,7 @@ alias weather="curl wttr.in"
# wget
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"
alias wget2c="aria2c"
# yay
alias yay="yay --sudoloop --noredownload --norebuild --combinedupgrade"