export EDITOR='nvim'
export ZSH="$HOME/.oh-my-zsh"

ZSH_THEME="bira"
zstyle ':omz:update' mode reminder  # just remind me to update when it's time
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"

plugins=(
  git
  mise
  fancy-ctrl-z
  zsh-vi-mode
  zoxide
  fzf-dir-navigator
  zsh-autosuggestions
  zsh-syntax-highlighting
)

source $ZSH/oh-my-zsh.sh

eval "$(zoxide init zsh)"
eval "$(/home/gaiety/.local/bin/mise activate zsh)"
