dotfiles/.zshrc
2023-10-12 17:50:37 +08:00

15 lines
231 B
Bash

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