Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JayyWalker committed Nov 13, 2017
1 parent 8fa13cd commit bb57161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,14 @@ if [ -e "$HOME/.rvm/bin" ]; then
fi

# Homebrew
if [ "$(uname)" == "Darwin" ]; then
#if [ "$(uname)" == "Darwin" ]; then
export PATH="/usr/local/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
export PATH="/usr/local/opt/openssl/bin:$PATH"

# PHP
#export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH"
fi

## phpbrew
if [ -x "$(command -v phpbrew)" ]; then
export PHPBREW_SET_PROMPT=1
fi
#fi

## rust
if [ -e "$HOME/.cargo/bin" ]; then
Expand Down
4 changes: 3 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ if [[ -x "$(command -v vagrant)" ]]; then
fi

# Load rbenv automatically
#eval "$(rbenv init -)"
if [[ -x "$(command -v rbenv)" ]]; then
eval "$(rbenv init -)"
fi

# php-version
#source $(brew --prefix php-version)/php-version.sh && php-version 5
Expand Down

0 comments on commit bb57161

Please sign in to comment.