chore(zsh): fix java and some other stuff

This commit is contained in:
Afonso Franco 2024-04-18 01:22:27 +01:00
parent 03d285757a
commit 726216aafc
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 19 additions and 34 deletions

View file

@ -15,22 +15,10 @@ setopt HIST_VERIFY
export EDITOR=nvim
export READER=mupdf
#if [ "$(arch)" = "arm64" ]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
#else
# eval "$(/usr/local/bin/brew shellenv)"
#fi
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
enable-fzf-tab
# opam configuration
source $HOME/.opam/opam-init/init.zsh > /dev/null 2>&1 || true
eval "$(direnv hook zsh)"
eval "$(/opt/homebrew/bin/brew shellenv)"