22 lines
454 B
Fish
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 |