没有买苹果笔记本电脑,但是windwos上现在也可以直接启动ubuntu了,然后在ubuntu上面运行zsh,感觉跟苹果一个感觉了,如何配置zsh很简单,但是配置起来后,速度很慢,根据我现在知道的情况,主要是git造成的,关闭git的功能就可以大大提升zsh的速度
git config --add oh-my-zsh.hide-dirty 1
git config --add oh-my-zsh.hide-status 1
plugins=(git zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
source <(kubectl completion zsh)
export KUBECONFIG=/home/xxx/.kube/aws_procd:/home/xxx/.kube/test-dev-aliyun
export PATH=$PATH:/usr/local/go/bin
source <(helm completion zsh)
source <(kubectl completion zsh)
source ~/.oh-my-zsh/plugins/incr/incr*.zsh
sudo /etc/init.d/ssh start