diff --git a/dotfiles/bash.org b/dotfiles/bash.org index 8605370..9350d6c 100644 --- a/dotfiles/bash.org +++ b/dotfiles/bash.org @@ -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