diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-16 18:09:25 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-16 18:09:25 -0400 |
| commit | 161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (patch) | |
| tree | 530404ddd28422245131fe2f2ef875b7f39b2ec9 /.config/profile | |
| parent | 8fad9a5ecddc88d57a531e4b0084544984f23d25 (diff) | |
updated nvim config and some aliases
Diffstat (limited to '.config/profile')
| -rw-r--r-- | .config/profile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/profile b/.config/profile index 4535e97..569c8d0 100644 --- a/.config/profile +++ b/.config/profile @@ -1,11 +1,10 @@ eval "$(/opt/homebrew/bin/brew shellenv)" -export PLAN9=/opt/plan9port export CEDEV=/opt/CEdev export ProMust=/opt/ProjectMustang -export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$PLAN9/bin:$HOME/Library/Python/3.9/bin:$HOME/go/bin +export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin -EDITOR=nvim -HOMEBREW_EDITOR=nvim +export EDITOR=nvim +export HOMEBREW_EDITOR=nvim # Shell settings export shColor=green |
