Updated config

This commit is contained in:
Eduard Urbach 2024-06-17 19:11:29 +02:00
parent 33e490f05f
commit 0a339fad34
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -11,15 +11,6 @@ alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
alias gb "go build -v"
alias gt "go test -v"
# Flatpak
alias f "flatpak"
alias fc "flatpak remove --unused"
alias fi "flatpak install"
alias fl "flatpak list --app"
alias fr "flatpak remove"
alias fu "flatpak update"
alias frepair "sudo flatpak repair"
# Hyperfine
alias bench "hyperfine --shell=none"
@ -78,10 +69,10 @@ alias bios "systemctl reboot --firmware-setup"
alias cdp "cd ~/projects"
alias cfg "config"
alias cls "clear"
alias ff "fastfetch"
alias hex "hexdump -C"
alias log "journalctl"
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
alias sys "fastfetch"
# Close all windows
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"