Skip to content

Commit

Permalink
[PR] dylanaraps#1873 from lilyinstarlight - Avoid overwriting GIO_EXT…
Browse files Browse the repository at this point in the history
…RA_MODULES env var

Upstream PR: dylanaraps#1873
Thanks to @lilyinstarlight

Co-authored-by: Lily Foster <lily@lily.flowers>
  • Loading branch information
hykilpikonna and lilyinstarlight committed Jul 31, 2022
2 parents 0453579 + 413c32e commit 19d1550
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 @@ -46,7 +46,7 @@ LC_ALL=C
LANG=C

# Fix issues with gsettings.
export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/
[[ -z $GIO_EXTRA_MODULES ]] && export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/

# Neofetch default config.
read -rd '' config <<'EOF'
Expand Down

0 comments on commit 19d1550

Please sign in to comment.