mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +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
|
||||
if [ $UID -ne 0]; then
|
||||
if [ $UID -ne 0 ]; then
|
||||
# XDG Standard paths
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
|
Loading…
Reference in a new issue