dotfiles_fish_server/conf.d/53_abbr_packages.fish
2026-07-16 04:30:13 +05:30

22 lines
454 B
Fish

# Package management
# Install / remove
abbr inst "sudo apt install -y"
abbr apti "sudo apt install -y"
abbr aptr "sudo apt remove"
abbr aptp "sudo apt purge"
# Search / information
abbr apts "apt search"
abbr aptsh "apt show"
# Maintenance
abbr aptu "sudo apt update"
abbr aptug "sudo apt update && sudo apt full-upgrade"
abbr apta "sudo apt autoremove"
abbr aptc "sudo apt clean"
abbr aptl "apt list --installed"
# Package files
abbr aptf apt-file