Ignore a local env file for system-specific variables
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
packages
|
packages
|
||||||
|
env
|
||||||
|
|||||||
1
zshrc
1
zshrc
@@ -2,7 +2,6 @@ eval "$(rbenv init -)"
|
|||||||
eval "$(nodenv init -)"
|
eval "$(nodenv init -)"
|
||||||
|
|
||||||
source $INSTALL_DIR/packages/geometry/geometry.zsh
|
source $INSTALL_DIR/packages/geometry/geometry.zsh
|
||||||
source $INSTALL_DIR/packages/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
||||||
|
|
||||||
if type brew &>/dev/null; then
|
if type brew &>/dev/null; then
|
||||||
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user