blob: 2827dd86339e5d32ebc1ecbb380a887599a2f64e (
plain)
1
2
3
4
5
6
7
|
#+TITLE: =.profile= Settings
* Path
Add items to the path.
#+begin_src sh :tangle ~/.profile
export PATH="$HOME/.local/share/fzf-zsh-plugin/bin:$HOME/node_modules/.bin:$HOME/gems/bin:$HOME/.local/bin:$HOME/go/bin:$PATH"
export PATH="/Users/jjanzen/Library/Python/3.12/bin:/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:$PATH"
#+end_src
|