mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Merge e28ccfdc57 into e9fc134236
This commit is contained in:
commit
9fb83bbf3d
1 changed files with 2 additions and 0 deletions
|
|
@ -135,4 +135,6 @@ function apt-list-packages {
|
|||
grep -v deinstall | \
|
||||
sort -n | \
|
||||
awk '{print $1" "$2}'
|
||||
# Install package with recommended AND suggested packages
|
||||
alias apti='apt install -o APT::Install-Recommends="true" -o APT::Install-Suggests="true"'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue