bring oh-my-zsh back

This commit is contained in:
Michael Zhang 2021-08-28 01:39:24 -05:00
parent 2dc08c1ff7
commit 1f5a630c3e
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -3,6 +3,16 @@ source $HOME/.common.sh
source_if_exists $HOME/.local/scripts/zsh/zsh-prelude.zsh
source_if_exists $HOME/.local/scripts/zsh/check-update.zsh
# oh-my-zsh
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="ys"
plugins=(
git
zsh-syntax-highlighting
)
export DISABLE_AUTO_UPDATE="true"
source $ZSH/oh-my-zsh.sh
# options
setopt HIST_IGNORE_SPACE