mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
initialize rbenv by default
This commit is contained in:
parent
153edbf30f
commit
827f1715bc
1 changed files with 4 additions and 1 deletions
5
zshrc
5
zshrc
|
@ -7,7 +7,10 @@ for script in functions path exports zgen aliases widgets theme; do
|
|||
source_if_exists "$DOTFILES_PATH/custom/$script.zsh"
|
||||
done
|
||||
|
||||
lazy_load rbenv 'eval "$(rbenv init -)"'
|
||||
lazy_load sdk 'source_if_exists "$SDKMAN_DIR/bin/sdkman-init.sh"'
|
||||
|
||||
if command_exists rbenv; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
python "$DOTFILES_PATH/welcome/main.py"
|
||||
|
|
Loading…
Reference in a new issue