1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

alias: synced with server dotfiles

This commit is contained in:
TiynGER
2020-11-07 01:21:34 +01:00
parent 308c520b33
commit 0e7740fd82
2 changed files with 162 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ alias ".."="cd .."
alias "..."="cd ../.."
alias "...."="cd ../../.."
alias "....."="cd ../../../.."
alias "dockervol"="cd /var/lib/docker/volumes"
# cp
alias cp="cp -i"
@@ -94,5 +95,9 @@ command -v nvim >/dev/null && alias vi="nvim" vidiff="nvim -d"
# weather
alias weather="curl wttr.in"
#wget
# wget
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"
# youtube-dl
alias yta="youtube-dl -f 'bestaudio[ext=m4a]'"
alias yta="youtube-dl -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'"