From 238dae78d711291b8bb4fae77677f8eb8613906d Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 20 Nov 2021 16:57:03 +0100 Subject: [PATCH] [system] feat: add LATEX_RESOURCES variable --- .config/zsh/.zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index bd0ee81..629898e 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -3,8 +3,9 @@ # This file is sourced when launching a DM from startx/xinit # environment variables -## dotfiles +## custom paths export DOTFILES="$HOME/.dotfiles.git" +export LATEX_RESOURCES="$HOME/documents/latex" ## XDG_BASE_DIRECTORIES export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"