Fix oh-my-zsh plugins
This commit is contained in:
@ -1,13 +1,11 @@
|
|||||||
TOOLKIT=/etc/toolkit
|
TOOLKIT=/etc/toolkit
|
||||||
|
|
||||||
ZSH=$TOOLKIT/sh/ohmyzsh
|
ZSH=$TOOLKIT/sh/ohmyzsh
|
||||||
ZSH_THEME="gnzh"
|
ZSH_THEME="gnzh"
|
||||||
ZSH_CUSTOM=$TOOLKIT/sh/ohmyzsh-custom
|
ZSH_CUSTOM=$TOOLKIT/sh/ohmyzsh-custom
|
||||||
ZSH_CUSTOM_USER_SCRIPTS=$HOME/.zsh-scripts
|
ZSH_CUSTOM_USER_SCRIPTS=$HOME/.zsh-scripts
|
||||||
ZSH_CACHE_DIR=$HOME/.zsh-cache
|
ZSH_CACHE_DIR=$HOME/.zsh-cache
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
|
||||||
source $TOOLKIT/sh/load.sh
|
|
||||||
|
|
||||||
ENABLE_CORRECTION="true"
|
ENABLE_CORRECTION="true"
|
||||||
|
|
||||||
COMPLETION_WAITING_DOTS="true"
|
COMPLETION_WAITING_DOTS="true"
|
||||||
@ -17,6 +15,9 @@ plugins=(git zsh-autosuggestions)
|
|||||||
zstyle ':omz:update' mode auto # update automatically without asking
|
zstyle ':omz:update' mode auto # update automatically without asking
|
||||||
zstyle ':omz:update' frequency 14
|
zstyle ':omz:update' frequency 14
|
||||||
|
|
||||||
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
source $TOOLKIT/sh/load.sh
|
||||||
|
|
||||||
mkdir -p $ZSH_CUSTOM_USER_SCRIPTS
|
mkdir -p $ZSH_CUSTOM_USER_SCRIPTS
|
||||||
mkdir -p $ZSH_CACHE_DIR
|
mkdir -p $ZSH_CACHE_DIR
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user