Updated config

This commit is contained in:
2024-06-24 10:29:54 +02:00
parent a789bfb97a
commit 63057fae7a
4 changed files with 23 additions and 7 deletions

View File

@ -14,6 +14,12 @@ alias gt "go test -v"
# Hyperfine
alias bench "hyperfine --shell=none"
# Jump
alias jh "cd"
alias jb "cd ~/.local/bin"
alias jc "cd ~/.config"
alias jp "cd ~/projects"
# Kernel
alias kerr "sudo dmesg --level=emerg,alert,crit,err"
alias klog "sudo dmesg"
@ -66,15 +72,12 @@ alias slt "systemctl list-timers"
# ...
alias bios "systemctl reboot --firmware-setup"
alias cdp "cd ~/projects"
alias cfg "config"
alias cls "clear"
alias disasm "ndisasm -b 64 -e 128"
alias ff "fastfetch"
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"
alias mirror "wget -mpEk"