mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-16 11:36:16 +08:00
Merge e28ccfdc57 into 70ad5e3df8
This commit is contained in:
commit
1c2ce5e925
@ -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…
Reference in New Issue
Block a user