remove sdkman

This commit is contained in:
Dmytro Meleshko 2019-01-05 13:07:28 +02:00
parent 827f1715bc
commit d60c837494
2 changed files with 0 additions and 3 deletions

View file

@ -20,4 +20,3 @@ fi
export CLICOLOR="1"
export SDKMAN_DIR="$HOME/.sdkman"

2
zshrc
View file

@ -7,8 +7,6 @@ for script in functions path exports zgen aliases widgets theme; do
source_if_exists "$DOTFILES_PATH/custom/$script.zsh"
done
lazy_load sdk 'source_if_exists "$SDKMAN_DIR/bin/sdkman-init.sh"'
if command_exists rbenv; then
eval "$(rbenv init -)"
fi