Skip to content

Commit 19d1550

Browse files
[PR] dylanaraps/neofetch#1873 from lilyinstarlight - Avoid overwriting GIO_EXTRA_MODULES env var
Upstream PR: dylanaraps/neofetch#1873 Thanks to @lilyinstarlight Co-authored-by: Lily Foster <[email protected]>
2 parents 0453579 + 413c32e commit 19d1550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neofetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LC_ALL=C
4646
LANG=C
4747

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

5151
# Neofetch default config.
5252
read -rd '' config <<'EOF'

0 commit comments

Comments
 (0)