diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-06 12:45:08 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-06 12:45:08 -0500 |
| commit | 294dedf9db379e9a14d9256245ee231f127ac722 (patch) | |
| tree | dd6eb20047a2dd387b6ef3b7bbf3e6de0933bb42 /.config | |
| parent | 2dc17ffc2a00a3c1464a988caa9897176017d0af (diff) | |
Bug Fixes
Diffstat (limited to '.config')
| -rw-r--r-- | .config/.profile (renamed from .config/profile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/profile b/.config/.profile index c9b6ef4..6cffacf 100644 --- a/.config/profile +++ b/.config/.profile @@ -1,4 +1,3 @@ -eval "$(/opt/homebrew/bin/brew shellenv)" export PLAN9=$HOME/personal/plan9 export PATH=~/personal/bin:~/.local/bin:$PATH:$HOME/go/bin:$PLAN9/bin @@ -10,6 +9,7 @@ export shColor=green export OS="$(uname -s)" if [[ $OS == "Darwin" ]]; then export comSym= + eval "$(/opt/homebrew/bin/brew shellenv)" elif [[ $OS == "Linux" ]]; then export comSym=λ fi |
