oh-my-zsh主题显示conda环境名称
·
使用了oh-my-zsh主题后,发现conda环境名称不能显示如下图:
经过一番改进后,效果图如下:
- - > 修改zsh主题 < - -
在对应的theme文件(路径为~/.oh-my-zsh/themes/xxx
)进行修改。本人使用的是“ys.zsh-theme”。
新增info:
如果您对此有困惑,欢迎留言。
or 参考本人的GitHub仓库(有详细的安装说明哦):https://github.com/zhiweichen95/myys.zsh-theme
一些安装tips:
export REMOTE=https://gitee.com/imirror/ohmyzsh.git
sh -c “$(curl -fsSL https://cdn.jsdelivr.net/gh/ohmyzsh/ohmyzsh/tools/install.sh)”
export REMOTE=https://gitee.com/imirror/ohmyzsh.git
sh -c “$(wget -O- https://cdn.jsdelivr.net/gh/ohmyzsh/ohmyzsh/tools/install.sh)”
更多推荐
已为社区贡献3条内容
所有评论(0)