diff --git a/.gitmodules b/.gitmodules index cc9a67b6..3ac7625f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,6 +19,3 @@ [submodule ".zsh/themes/powerlevel10k"] path = .zsh/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git -[submodule ".zsh/plugins/autojump"] - path = .zsh/plugins/autojump - url = https://github.com/wting/autojump.git diff --git a/.profile b/.profile index c5a333ad..29fa0824 100644 --- a/.profile +++ b/.profile @@ -23,7 +23,9 @@ setopt extendedglob ### Environment Variables ### export LANG=en_US.UTF-8 -export JAVA_HOME="$(/usr/libexec/java_home)" +if [[ -f "/usr/libexec/java_home" ]]; then + export JAVA_HOME="$(/usr/libexec/java_home)" +fi export AWS_CLI_AUTO_PROMPT=on export ZSH_HIGHLIGHT_MAXLENGTH=10000 export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2 diff --git a/.zsh/plugins/autojump b/.zsh/plugins/autojump deleted file mode 160000 index 06e082c9..00000000 --- a/.zsh/plugins/autojump +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 06e082c91805cb022900819b2e0881eeae780d58