diff --git a/lib/exports.zsh b/lib/exports.zsh index 61dadad..08d91ac 100644 --- a/lib/exports.zsh +++ b/lib/exports.zsh @@ -20,4 +20,3 @@ fi export CLICOLOR="1" -export SDKMAN_DIR="$HOME/.sdkman" diff --git a/zshrc b/zshrc index 0230d2f..696dab4 100755 --- a/zshrc +++ b/zshrc @@ -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