mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
packages: Quote
This commit is contained in:
2
neofetch
2
neofetch
@@ -1347,7 +1347,7 @@ get_packages() {
|
||||
# shellcheck disable=SC2086
|
||||
{
|
||||
shopt -s nullglob
|
||||
has "brew" && dir $(brew --cellar)/*
|
||||
has "brew" && dir "$(brew --cellar)"/*
|
||||
has "emerge" && dir ${br_prefix}/var/db/pkg/*/*/
|
||||
has "Compile" && dir ${br_prefix}/Programs/*/
|
||||
has "eopkg" && dir ${br_prefix}/var/lib/eopkg/package/*
|
||||
|
||||
Reference in New Issue
Block a user