1
1
Fork 0
dotfiles/.zshrc
2026-04-02 20:51:24 -06:00

13 lines
291 B
Bash

export EDITOR='nvim'
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
zstyle ':omz:update' mode reminder # just remind me to update when it's time
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git mise zoxide)
source $ZSH/oh-my-zsh.sh
eval "$(zoxide init zsh)"