Ignore a local env file for system-specific variables

This commit is contained in:
Michael Yockey
2023-01-25 11:39:11 -05:00
parent f554b9cadc
commit aec6289293
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
packages
env

1
zshrc
View File

@@ -2,7 +2,6 @@ eval "$(rbenv init -)"
eval "$(nodenv init -)"
source $INSTALL_DIR/packages/geometry/geometry.zsh
source $INSTALL_DIR/packages/zsh-autosuggestions/zsh-autosuggestions.zsh
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH