install error(Install ZSH shell on Ubuntu)
SetupZSHas your default terminal withoh-my-zsh
InstallZSHsudo apt-get update && sudo apt-get install zsh
You can downloadZSHtutorial fromhere
Setupoh-my-zshwget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
MakeZSHdefaultchsh -s /bin/zsh
Restart your system.Note*If you are a rails developer and using RVM, make sure you have added the following line at the end of your.zshrcfile.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm ”
sudo apt-get update && sudo apt-get install zsh
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
chsh -s /bin/zsh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm ”
创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!