mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
feat(debian): add alu alias for list and upgrade packages (#7928)
Closes #7928
This commit is contained in:
committed by
Marc Cornellà
parent
37b278cd03
commit
7e4273f440
@@ -61,6 +61,9 @@ if [[ $use_sudo -eq 1 ]]; then
|
||||
# apt-get only
|
||||
alias ads="sudo apt-get dselect-upgrade"
|
||||
|
||||
# apt only
|
||||
alias alu="sudo apt update && apt list -u && sudo apt upgrade"
|
||||
|
||||
# Install all .deb files in the current directory.
|
||||
# Warning: you will need to put the glob in single quotes if you use:
|
||||
# glob_subst
|
||||
|
||||
Reference in New Issue
Block a user