Compare commits

..

No commits in common. "3a2aee76817cedeb0291d9b75082c4d8bb6ac943" and "7d89837c108575b310257922b6e02c69ddeb4c13" have entirely different histories.

1 changed files with 1 additions and 10 deletions

11
zsh/env
View File

@ -60,15 +60,6 @@ if [[ $platform == 'macOS' ]]; then
fi
fi
if test -d "/opt/homebrew/opt/openjdk/bin"; then
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
fi
if test -d "/usr/local/opt/java/bin/"; then
export PATH="/usr/local/opt/java/bin/:$PATH"
fi
/usr/local/opt/java/bin/
if test -d "/usr/local/opt/ruby"; then
export PATH="/usr/local/opt/ruby/bin:$PATH"
fi
@ -88,4 +79,4 @@ if [[ -x `which thefuck` ]]; then
eval "$(thefuck --alias FUCK)"
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
fi
fi