mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
remove sdkman
This commit is contained in:
parent
827f1715bc
commit
d60c837494
2 changed files with 0 additions and 3 deletions
|
@ -20,4 +20,3 @@ fi
|
|||
|
||||
export CLICOLOR="1"
|
||||
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
|
2
zshrc
2
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
|
||||
|
|
Loading…
Reference in a new issue