Skip to content

Commit

Permalink
neofetch: Avoid overwriting GIO_EXTRA_MODULES env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Aug 13, 2021
1 parent 547acd8 commit 413c32e
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 413c32e

Please sign in to comment.