Updated config

This commit is contained in:
Eduard Urbach 2025-06-20 13:24:15 +02:00
parent 1e6f683cf6
commit 910bb4a930
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 1 deletions

View file

@ -102,6 +102,7 @@ alias tk "tmux kill-server"
# ...
alias align "column -t -o ' '"
alias cfg "config"
alias clean "rg --files | xargs fnl --remove"
alias cls "clear"
alias debug "blinkenlights"
alias disasm "llvm-objdump --disassembler-color=on --x86-asm-syntax=intel -d"