mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(debian): add alu alias for list and upgrade packages (#7928)
Closes #7928
This commit is contained in:
parent
37b278cd03
commit
7e4273f440
2 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue