Updated config

This commit is contained in:
Eduard Urbach 2024-03-21 23:16:02 +01:00
parent ce352f2940
commit 4dbb28d5ac
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 21 additions and 9 deletions

View file

@ -66,6 +66,7 @@ alias cfg "config"
alias cls "clear"
alias hex "hexdump -C"
alias log "journalctl"
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
# Close all windows
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"