mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
packages: refactor
This commit is contained in:
4
neofetch
4
neofetch
@@ -1307,8 +1307,8 @@ get_packages() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X" | "MINIX")
|
"Mac OS X" | "MINIX")
|
||||||
pkgs "port" "$(port installed | wc -l) - 1)"
|
pkgs "port" "$(port installed | wc -l) - 1"
|
||||||
pkgs "brew" "$(find /usr/local/Cellar -maxdepth 1 | wc -l) - 1)"
|
pkgs "brew" "$(find /usr/local/Cellar -maxdepth 1 | wc -l) - 1"
|
||||||
pkgs "pkgin" "$(pkgin list | wc -l)"
|
pkgs "pkgin" "$(pkgin list | wc -l)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user