eval "$(pyenv init -)"

export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.dotnet/tools:$PATH"

# zsh-autosuggestions
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
export EDITOR='/Users/vivianekomati/.local/bin/subl -n -w'
export VISUAL='/Users/vivianekomati/.local/bin/subl -n -w'
export GIT_EDITOR='/Users/vivianekomati/.local/bin/subl -n -w'
export SVN_EDITOR='/Users/vivianekomati/.local/bin/subl -n -w'
export DOTNET_ROOT=/opt/homebrew/opt/dotnet/libexec

# Keep the terminal's native cursor style in AI TUIs.
claude() {
  command tfil --strip-ink-fake-cursor --strip-cursor-shape -- claude "$@"
}

eval "$(starship init zsh)"
eval "$(zoxide init zsh)"
