dotfiles/.zshrc
2024-03-15 16:59:58 +08:00

17 lines
297 B
Bash

export ZSH_DISABLE_COMPFIX=true
export ZSH="$HOME/.oh-my-zsh"
export ZSH_CUSTOM="$HOME/.oh-my-zsh-custom"
ZSH_THEME="headline"
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
)
source ~/.keychain.sh
source ~/.rc.sh
source $ZSH/oh-my-zsh.sh
source /usr/share/nvm/init-nvm.sh