From e6e8ebe10aa40e5a3be2b94cdf3b324f3d3e52e0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 9 Aug 2024 22:11:23 -0500 Subject: split-dotfiles --- macos/profile.org | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 macos/profile.org (limited to 'macos/profile.org') diff --git a/macos/profile.org b/macos/profile.org new file mode 100644 index 0000000..2827dd8 --- /dev/null +++ b/macos/profile.org @@ -0,0 +1,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 -- cgit v1.2.3