Updated config

This commit is contained in:
Eduard Urbach 2024-06-23 11:23:10 +02:00
parent 9763f9827c
commit cc43d2d8cb
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 7 additions and 6 deletions

View file

@ -74,6 +74,7 @@ alias hex "hexdump -C"
alias log "journalctl"
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
alias dl "yt-dlp -x -f bestaudio"
alias mirror "wget -mpEk"
# Close all windows
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"