1
1
Fork 0
dotfiles/.zshrc
2026-04-02 21:06:47 -06:00

21 lines
368 B
Bash

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
zsh-autosuggestions
zsh-syntax-highlighting
)
source $ZSH/oh-my-zsh.sh
eval "$(zoxide init zsh)"