diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 12:54:13 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 12:54:13 -0500 |
| commit | 6e5c51a6ee731e17e81cc5e23867dbd4ddc006e0 (patch) | |
| tree | aaea65a87845b1e21cb634d26169f5a46dd8c42a /.config/macosProfile | |
| parent | c1a4d93292fcc1dbbf4f98f127e065d395db7a9b (diff) | |
New Colorschemes and Plan9Port
Diffstat (limited to '.config/macosProfile')
| -rw-r--r-- | .config/macosProfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/macosProfile b/.config/macosProfile index 17fc5d4..17db44d 100644 --- a/.config/macosProfile +++ b/.config/macosProfile @@ -1,7 +1,8 @@ eval "$(/opt/homebrew/bin/brew shellenv)" export CEDEV=/opt/CEdev export ProMust=/opt/ProjectMustang -export PATH=/opt/homebrew/opt/llvm/bin:$ProMust/bin:~/.codon/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin +export PLAN9=$HOME/plan9 +export PATH=/opt/homebrew/opt/llvm/bin:$ProMust/bin:~/.codon/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin:$PLAN9/bin export EDITOR=nvim export HOMEBREW_EDITOR=nvim |
