diff --git a/oh-my-zsh b/oh-my-zsh index fd4571d..ae0de11 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit fd4571d1b02ac68833a5b5c166395434723b9128 +Subproject commit ae0de1135dc96cfabe31d70f65112cbeadbfa3bf diff --git a/zsh-custom/plugins/zsh-autosuggestions b/zsh-custom/plugins/zsh-autosuggestions index 43f3bc4..4016ff7 160000 --- a/zsh-custom/plugins/zsh-autosuggestions +++ b/zsh-custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit 43f3bc4010b2c697d2252fdd8b36a577ea125881 +Subproject commit 4016ff795bb184461996c5539327befc8da2af6f diff --git a/zsh-custom/plugins/zsh-completions b/zsh-custom/plugins/zsh-completions index b512d57..922eee0 160000 --- a/zsh-custom/plugins/zsh-completions +++ b/zsh-custom/plugins/zsh-completions @@ -1 +1 @@ -Subproject commit b512d57b6d0d2b85368a8068ec1a13288a93d267 +Subproject commit 922eee0706acb111e9678ac62ee77801941d6df2 diff --git a/zshrc b/zshrc index f5192ea..8acb52d 100755 --- a/zshrc +++ b/zshrc @@ -13,6 +13,9 @@ typeset -U PATH path fpath path=( /bin /sbin /usr/bin /usr/sbin $path ) [[ -d ~/bin ]] && path=( ~/bin $path ) +# sdkman support +[[ -f ~/.sdkman/bin/sdkman-init.sh ]] && source ~/.sdkman/bin/sdkman-init.sh + # Set funtion paths foreach local p in ~/.local/share/zsh/functions ~/.config/zsh/functions $extra_fpath [[ -d "$p" ]] && fpath=( "$p" $fpath )