mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 15:34:50 +08:00
Compare commits
2 Commits
bec09d58fb
...
6a8eee97da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a8eee97da | ||
|
|
e28ccfdc57 |
@ -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