packages: cleanup
This commit is contained in:
parent
d02c590ff7
commit
ffcf82d10d
1 changed files with 0 additions and 3 deletions
3
neofetch
3
neofetch
|
@ -1337,9 +1337,6 @@ get_packages() {
|
|||
;;
|
||||
|
||||
"Mac OS X" | "MINIX")
|
||||
[[ -d "/usr/local/bin" ]] && \
|
||||
packages="$(($(ls -l /usr/local/bin/ | grep -cv "\(../Cellar/\|brew\)") - 1))"
|
||||
|
||||
type -p port >/dev/null && \
|
||||
((packages+=$(port installed | wc -l) - 1))
|
||||
|
||||
|
|
Loading…
Reference in a new issue