码迷,mamicode.com
首页 > 其他好文 > 详细

zprezto配置

时间:2018-12-05 12:22:22      阅读:753      评论:0      收藏:0      [点我收藏+]

标签:添加   hub   file   deb   debian   配置   span   div   nal   

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配置

标签:添加   hub   file   deb   debian   配置   span   div   nal   

原文地址:https://www.cnblogs.com/ziyouchutuwenwu/p/10069432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!