diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-23 21:16:55 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-01-23 21:16:55 -0500 |
| commit | bfc2226a561cadc8782fb7c8851093503f8db212 (patch) | |
| tree | fd5e080d3479ac313e4e0b2972e9b3e12b1c1476 /.config/.profile | |
| parent | 205c082ccbf34e7098b4761d37c2c5b7ba30f437 (diff) | |
use $HOME over ~
Diffstat (limited to '.config/.profile')
| -rw-r--r-- | .config/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/.profile b/.config/.profile index 1c0d14b..2213b6b 100644 --- a/.config/.profile +++ b/.config/.profile @@ -1,5 +1,5 @@ export PLAN9=$HOME/personal/plan9 -export PATH="/opt/MaXX/bin:/usr/dt/bin:~/personal/bin:~/.local/bin:$PATH:$HOME/go/bin:$PLAN9/bin" +export PATH="$HOME/personal/bin:$HOME/.local/bin:$PATH:$HOME/go/bin:$PLAN9/bin" export EDITOR=nvim export HOMEBREW_EDITOR=nvim |
