update path

This commit is contained in:
Jacob Janzen 2024-10-01 12:35:26 -05:00
parent 9ee6bb14f8
commit 7a347653df

View file

@ -1,7 +1,7 @@
#+TITLE: =.profile= Settings #+TITLE: =.profile= Settings
Add items to the path. Add items to the path.
#+begin_src sh :tangle ~/.profile #+begin_src sh :tangle ~/.profile
export PATH="$HOME/.local/share/fzf-zsh-plugin/bin:$HOME/node_modules/.bin:$HOME/.emacs.d/bin:$HOME/bin:$HOME/gems/bin:$HOME/.local/bin:$HOME/go/bin:/usr/local/bin:$PATH" export PATH="$HOME/.local/share/fzf-zsh-plugin/bin:$HOME/node_modules/.bin:$HOME/.emacs.d/bin:$HOME/bin:$HOME/gems/bin:$HOME/.local/bin:$HOME/go/bin:/usr/local/bin:/Library/TeX/texbin/:$PATH"
#+end_src #+end_src
Set =GPG_TTY= on Mac OS. Set =GPG_TTY= on Mac OS.