From 0ab36b6467e7c62e8682122cf121c4f7637c2eee Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Thu, 17 Feb 2022 14:12:32 -0600 Subject: add xdg data dir for librex60 --- zsh/zprofile.librex60 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh') 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 -- cgit v1.2.3