summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-02-17 14:12:32 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2022-02-17 14:12:32 -0600
commit0ab36b6467e7c62e8682122cf121c4f7637c2eee (patch)
treed2bd544d95c63fae786f8cd61b68c76378d31f52
parentaf43b2213b727917d139585b2485c56eb4c2f7e5 (diff)
downloaddotconfig-0ab36b6467e7c62e8682122cf121c4f7637c2eee.tar.xz
dotconfig-0ab36b6467e7c62e8682122cf121c4f7637c2eee.zip
add xdg data dir for librex60
-rw-r--r--zsh/zprofile.librex602
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zprofile.librex60 b/zsh/zprofile.librex60
index e35273b..7d8294c 100644
--- a/zsh/zprofile.librex60
+++ b/zsh/zprofile.librex60
@@ -6,5 +6,7 @@ export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH"
export ZPLUGINS="
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
"
+export XDG_DATA_DIRS="/usr/share/:$XDG_DATA_DIRS"
+export XDG_DATA_DIRS="/usr/local/share/:$XDG_DATA_DIRS"
source /home/timmy/.config/zsh/zprofile.base