neofetch: Fix naming conflict with mine. See #1616
This commit is contained in:
parent
80174ea4d9
commit
dc8a834888
1 changed files with 4 additions and 1 deletions
5
neofetch
5
neofetch
|
@ -1535,9 +1535,12 @@ get_packages() {
|
||||||
has sorcery && tot gaze installed
|
has sorcery && tot gaze installed
|
||||||
has alps && tot alps showinstalled
|
has alps && tot alps showinstalled
|
||||||
has butch && tot butch list
|
has butch && tot butch list
|
||||||
has mine && tot mine -q
|
|
||||||
has swupd && tot swupd bundle-list --quiet
|
has swupd && tot swupd bundle-list --quiet
|
||||||
|
|
||||||
|
# 'mine' conflicts with minesweeper games.
|
||||||
|
[[ -f /etc/SDE-VERSION ]] &&
|
||||||
|
has mine && tot mine -q
|
||||||
|
|
||||||
# Counting files/dirs.
|
# Counting files/dirs.
|
||||||
# Variables need to be unquoted here. Only Bedrock Linux is affected.
|
# Variables need to be unquoted here. Only Bedrock Linux is affected.
|
||||||
# $br_prefix is fixed and won't change based on user input so this is safe either way.
|
# $br_prefix is fixed and won't change based on user input so this is safe either way.
|
||||||
|
|
Loading…
Reference in a new issue