mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix bash error
This commit is contained in:
parent
7d2edb2844
commit
930a21a812
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue