Change the texmf location

This commit is contained in:
Thomas Dehaeze 2020-04-08 14:38:07 +02:00
parent f63bafdf2c
commit 1e3ca1e40d

View File

@ -395,7 +395,7 @@ Force prompt to write history after every command. http://superuser.com/question
** Exports
#+begin_src bash
export TERM=xterm-256color
#+END_SRC
#+end_src
*** XDG Default
#+begin_src bash
@ -405,18 +405,23 @@ Force prompt to write history after every command. http://superuser.com/question
*** Better yaourt colors
#+begin_src bash
export YAOURT_COLORS="nb=1:pkg=1:ver=1;32:lver=1;45:installed=1;42:grp=1;34:od=1;41;5:votes=1;44:dsc=0:other=1;35"
#+END_SRC
#+end_src
*** Use Ripgrep for FZF
#+begin_src bash
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
export FZF_DEFAULT_OPTS='--layout=reverse --height=20'
#+END_SRC
#+end_src
*** Goland
#+begin_src bash
export GOPATH=$HOME/go
#+END_SRC
#+end_src
*** Latex Path
#+begin_src bash
export TEXMFHOME=$HOME/.local/share/texmf
#+end_src
** Path
#+begin_src bash