diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-19 14:17:59 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-19 14:17:59 -0600 |
commit | 3a7731af86c2bf9033e46f787deea869e302cd9f (patch) | |
tree | 6dc9029aafc4b19f5a14b6a19f93f953b013f375 | |
parent | 15903b9269b348e8a032889e7c4011149d367ebe (diff) | |
parent | 0ab36b6467e7c62e8682122cf121c4f7637c2eee (diff) | |
download | dotconfig-3a7731af86c2bf9033e46f787deea869e302cd9f.tar.xz dotconfig-3a7731af86c2bf9033e46f787deea869e302cd9f.zip |
Merge branch 'master' of git.tjkeller.xyz:/var/www/git/dotconfig
-rw-r--r-- | zsh/zprofile.librex60 | 2 |
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 |