Updated config

This commit is contained in:
2024-06-23 11:23:10 +02:00
parent 2449bfbccc
commit a789bfb97a
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"