theme: Fix issues with gsettings. Closes #949
This commit is contained in:
parent
ee815f9c66
commit
ab76a50739
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
@ -23,6 +23,9 @@ export LANG=C
|
||||||
# Add more paths to $PATH.
|
# Add more paths to $PATH.
|
||||||
export PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec:${PATH}"
|
export PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec:${PATH}"
|
||||||
|
|
||||||
|
# Fix issues with gsettings.
|
||||||
|
export GIO_EXTRA_MODULES="/usr/lib/x86_64-linux-gnu/gio/modules/"
|
||||||
|
|
||||||
# Set no case match.
|
# Set no case match.
|
||||||
shopt -s nocasematch
|
shopt -s nocasematch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue