Changed the worktree to one directory back (i.e. $HOME) and simplified the setup

This commit is contained in:
2023-06-13 15:53:57 -04:00
parent 0ee1e7666e
commit d19e60cfc3
140 changed files with 59 additions and 168 deletions

7
.zlogin Normal file
View File

@@ -0,0 +1,7 @@
# Need to edit the path again here so that we can get the homebrew bin folder
# ahead of everything else. This is necessary because zsh is modifying the path
# in zshrc, and that causes us to run out of /usr/bin for programs that we want
# to use from homebrew's bin
#
# Update 2020-07-25: This no longer seems to be an issue.
#path=(/usr/local/bin /usr/local/sbin /usr/local/opt/openssl/bin $path)