feat: add common apt and systemd abbreviations/aliases

This commit is contained in:
2025-12-28 23:25:59 -06:00
parent f90363976e
commit 6897ee3475
2 changed files with 18 additions and 0 deletions
@@ -5,6 +5,15 @@
abbr -a sctl 'systemctl'
abbr -a sctlu 'systemctl --user'
abbr -a jctl 'journalctl'
abbr -a sup 'sudo apt update'
abbr -a sug 'sudo apt upgrade'
abbr -a supg 'sudo apt update && sudo apt upgrade'
abbr -a supgy 'sudo apt update && sudo apt upgrade -y'
abbr -a sai 'sudo apt install'
abbr -a saa 'sudo apt autoremove'
abbr -a sdr 'sudo systemctl daemon-reload'
abbr -a sn 'sudo micro'
abbr -a sv 'sudo nvim'
# Core aliases - lsd (modern ls replacement)
abbr -a ls 'lsd'