Skip to content

Commit

Permalink
exports.zsh: Remove JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran4 committed Jun 3, 2024
1 parent c0f8c17 commit 1a0004b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion vim/ftplugin/html.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ set colorcolumn=110

inoremap ><< ><<esc>F<"lyi<f<a/<c-r>l><esc>F>a
inoremap >§§ ><<esc>F<"lyi<f<a/<c-r>l><esc>F>a
4 changes: 2 additions & 2 deletions zsh/exports.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export BAT_STYLE=plain
export PYLINTRC="~/.pylintrc"
export GOPATH="$HOME/.go"
export PATH="$GOPATH/bin:$PATH"
export JAVA_HOME=$(/usr/libexec/java_home)
export PATH="$JAVA_HOME/bin:$PATH"
# export JAVA_HOME=$(/usr/libexec/java_home)
# export PATH="$JAVA_HOME/bin:$PATH"

#This will overwrite ~/.gitconfig
if command_exists nvim ; then
Expand Down

0 comments on commit 1a0004b

Please sign in to comment.