Speed up zsh startup

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-06-01 11:35:50 +01:00
parent 3d1da1e586
commit 80ee8996de
3 changed files with 2 additions and 2 deletions

View File

@@ -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