diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-07-29 16:07:15 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-07-29 16:07:15 +0300 |
| commit | 01e979248cec128a779b47258f8595a7adec97b2 (patch) | |
| tree | 5fdb5a15aa76a5d57541da890a5bc96a392b6705 /dotfiles/.profile | |
| parent | 0dd5c4035b628e8f21ba81ad5d2ef9065f2ec5fa (diff) | |
| download | swayrice-01e979248cec128a779b47258f8595a7adec97b2.tar.gz swayrice-01e979248cec128a779b47258f8595a7adec97b2.zip | |
profile: added TEXMFHOME varniri
Diffstat (limited to 'dotfiles/.profile')
| -rw-r--r-- | dotfiles/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 5d595ba..2a7e186 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -44,6 +44,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0" export GOPATH="$XDG_DATA_HOME/go" export PATH=$PATH:$GOPATH/bin export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuchrc" +export TEXMFHOME="$XDG_DATA_HOME/texmf" eval "$(dircolors "$HOME/.config/dir_colors")" . "$HOME/.config/lf/icons" |
