mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
profile: added source for optional env variables
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# copying latex templates from my template repository
|
||||
# (not included in the dotfiles)
|
||||
|
||||
latexdir=~/code/main/latextemplates
|
||||
[ -z "$LATEX_TEMPLATE_DIR" ] && latexdir="~/code/main/latextemplates" || latexdir="$LATEX_TEMPLATE_DIR"
|
||||
|
||||
articletemp=${latexdir}/article/*
|
||||
beamertemp=${latexdir}/beamer/*
|
||||
|
Reference in New Issue
Block a user