Change the texmf location
This commit is contained in:
parent
f63bafdf2c
commit
1e3ca1e40d
@ -395,7 +395,7 @@ Force prompt to write history after every command. http://superuser.com/question
|
|||||||
** Exports
|
** Exports
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
#+END_SRC
|
#+end_src
|
||||||
|
|
||||||
*** XDG Default
|
*** XDG Default
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
@ -405,18 +405,23 @@ Force prompt to write history after every command. http://superuser.com/question
|
|||||||
*** Better yaourt colors
|
*** Better yaourt colors
|
||||||
#+begin_src bash
|
#+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"
|
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
|
*** Use Ripgrep for FZF
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
||||||
export FZF_DEFAULT_OPTS='--layout=reverse --height=20'
|
export FZF_DEFAULT_OPTS='--layout=reverse --height=20'
|
||||||
#+END_SRC
|
#+end_src
|
||||||
|
|
||||||
*** Goland
|
*** Goland
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
#+END_SRC
|
#+end_src
|
||||||
|
|
||||||
|
*** Latex Path
|
||||||
|
#+begin_src bash
|
||||||
|
export TEXMFHOME=$HOME/.local/share/texmf
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Path
|
** Path
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
|
Loading…
Reference in New Issue
Block a user