Fix bash error

This commit is contained in:
ItsDrike 2021-06-13 01:16:18 +02:00
parent 7d2edb2844
commit 930a21a812
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -15,7 +15,7 @@ PATH+=":$HOME/.local/share/npm/bin"
# Only run XDG configs for non-root users # Only run XDG configs for non-root users
if [ $UID -ne 0]; then if [ $UID -ne 0 ]; then
# XDG Standard paths # XDG Standard paths
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"