Speed up zsh startup
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
3d1da1e586
commit
80ee8996de
@ -3,7 +3,6 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||
plugins=(
|
||||
zsh-syntax-highlighting
|
||||
)
|
||||
autoload -U compinit
|
||||
|
||||
# Use this setting if you want to disable marking untracked files under VCS as dirty.
|
||||
# This makes repository status checks for large repositories much, much faster.
|
||||
|
@ -4,4 +4,3 @@ which devctl &>/dev/null && screen -dm bash -c 'devctl version update'
|
||||
which kubectl-gs &>/dev/null && screen -dm bash -c 'kubectl-gs selfupdate'
|
||||
which opsctl &>/dev/null && opsctl completion zsh > /usr/local/share/zsh/site-functions/_opsctl
|
||||
which devctl &>/dev/null && devctl completion zsh > /usr/local/share/zsh/site-functions/_devctl
|
||||
rm -f ~/.zcompdump; compinit
|
||||
|
@ -1,3 +1,5 @@
|
||||
DISABLE_AUTO_UPDATE="true"
|
||||
|
||||
PATH_DIRS=(
|
||||
"${HOME}/.bin"
|
||||
"${KREW_ROOT:-${HOME}/.krew}/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user