mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 08:24:11 -06:00
feat: add common apt and systemd abbreviations/aliases
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user