zprezto配置
Posted ziyouchutuwenwu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zprezto配置相关的知识,希望对你有一定的参考价值。
zprezto是oh-my-zshell的轻量版,链接在这里
安装zsh
sudo apt install zsh -y
安装zprezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
添加自定义配置
vim ~/.zshrc
最后一行添加
source ~/.profile
换主题
vim ~/.zpreztorc
搜索theme,默认的改为skwp
切换默认
mac下,chsh -s /bin/zsh
debian下,terminal emulator的选项里面,一般,命令,自定义运行命令,/bin/zsh
shell
以上是关于zprezto配置的主要内容,如果未能解决你的问题,请参考以下文章