summaryrefslogtreecommitdiff
path: root/.local/lib/xdg.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 16:11:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 16:11:16 -0400
commitd65775a22e1648eca8e74389a4d9c1c299017cf3 (patch)
treede685e3f48b61968f60bac15aa2de6fff5f3f739 /.local/lib/xdg.sh
parent927aedb7605bba96a6ea2fc707ab026946b4d2b0 (diff)
parentab764565762ea507c642c4c422d5980b06279c9c (diff)
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Diffstat (limited to '.local/lib/xdg.sh')
-rw-r--r--.local/lib/xdg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/lib/xdg.sh b/.local/lib/xdg.sh
index 44aeee2..2241d2e 100644
--- a/.local/lib/xdg.sh
+++ b/.local/lib/xdg.sh
@@ -8,7 +8,7 @@
[[ -n $XDG_DATA_HOME ]] || export XDG_DATA_HOME="$HOME/.local/share"
[[ -n $XDG_CONFIG_HOME ]] || export XDG_CONFIG_HOME="$HOME/.config"
[[ -n $XDG_DATA_DIRS ]] || export XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
-[[ -n $XDG_CONFIG_IRS ]] || export XDG_CONFIG_DIRS="/etc/xdg"
+[[ -n $XDG_CONFIG_DIRS ]] || export XDG_CONFIG_DIRS="/etc/xdg"
[[ -n $XDG_CACHE_HOME ]] || export XDG_CACHE_HOME="$HOME/.cache"
# Check if XDG_RUNTIME_DIR is set, but has a bogus setting