bring oh-my-zsh back
This commit is contained in:
parent
2dc08c1ff7
commit
1f5a630c3e
1 changed files with 10 additions and 0 deletions
10
dot_zshrc
10
dot_zshrc
|
@ -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/zsh-prelude.zsh
|
||||||
source_if_exists $HOME/.local/scripts/zsh/check-update.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
|
# options
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue