mirror of
https://github.com/runyanjake/dotfiles.git
synced 2026-02-03 16:47:29 -08:00
13 lines
222 B
Bash
13 lines
222 B
Bash
export ZSH="$HOME/.oh-my-zsh"
|
|
ZSH_THEME="robbyrussell"
|
|
|
|
zstyle ':omz:update' frequency 7
|
|
|
|
plugins=(git)
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
# For Claude Code known installation issues on MacOS
|
|
export PATH="$HOME/.local/bin:$PATH"
|
|
|