diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-02-14 20:13:49 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-02-14 20:13:49 -0500 |
| commit | bd2185c23d2f79de2ce478d2ab6a30af52748d25 (patch) | |
| tree | f03a6eec682320136910b7f89416de72d07b23c0 /.config/macosProfile | |
| parent | f676cc983cc89e3a3dd3ec5b18c6a2675c10a4ee (diff) | |
Configuring lldb dap integration
Diffstat (limited to '.config/macosProfile')
| -rw-r--r-- | .config/macosProfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/macosProfile b/.config/macosProfile index d088a6d..7f955ce 100644 --- a/.config/macosProfile +++ b/.config/macosProfile @@ -1,7 +1,7 @@ eval "$(/opt/homebrew/bin/brew shellenv)" export CEDEV=/opt/CEdev export ProMust=/opt/ProjectMustang -export PATH=$ProMust/bin:~/.codon/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin +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 EDITOR=nvim export HOMEBREW_EDITOR=nvim |
