summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Brewfile1
-rw-r--r--zshrc2
2 files changed, 3 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index d9f4e75..3560196 100644
--- a/Brewfile
+++ b/Brewfile
@@ -267,3 +267,4 @@ zeromq
zimg
zsh
zstd
+clojure
diff --git a/zshrc b/zshrc
index fa0994c..8dca3bd 100644
--- a/zshrc
+++ b/zshrc
@@ -27,6 +27,8 @@ chruby $(ls ~/.rubies | tail -n 1)
export PATH="$DOTFILES_PATH/bin:$PATH"
export PATH="$HOME/go/bin:$PATH"
+export PATH="$HOME/.lein:$PATH"
+export JAVA_HOME="/usr/local/opt/openjdk"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"