summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:16:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:16:42 -0400
commit86363bc05556dcb359b7af15f3098f613d0864ad (patch)
treedb3dc09fe1f09c6d2566ac88ce30c93f8a02835c /.local
parentb0cdbb3da2c2b36d3c65b00db4eaf5a0d29c2cd6 (diff)
fix typo in lib/xdg.sh
Diffstat (limited to '.local')
-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