Skip to content

Commit

Permalink
[U] tea package manager is pkgx.sh now
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Feb 27, 2024
1 parent 98d3d9f commit 7c41025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ get_packages() {
has pm && tot-safe pm list packages
has evox && tot cat /var/evox/packages/DB
has squirrel && tot ls /var/packages
has tea && tot find "$HOME/.tea" -maxdepth 2 -mindepth 2 -type d
has pkgx && tot find "$HOME/.pkgx" -maxdepth 2 -mindepth 2 -type d
has anise && tot anise s --installed

# Using the dnf package cache is much faster than rpm.
Expand Down

0 comments on commit 7c41025

Please sign in to comment.