Updated config

This commit is contained in:
2024-02-01 20:59:19 +01:00
parent 8998a54e82
commit 973894cfab
16 changed files with 207 additions and 32 deletions

View File

@ -46,3 +46,6 @@ alias cdp = cd ~/projects
alias cls = clear
alias hex = hexdump -C
alias ll = ls -la
# Close all windows
def closeall [] { wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic }