最终效果如图
因为我是安装了 agnoster 这个主题
所以修改方法是这样的
- 隐藏用户名和主机名在 ~/.zshrc 添加
DEFAULT_USER=$USER
- 找到文件:一般是在这个位置
~/.oh-my-zsh/themes/agnoster.zsh-theme
,打开后找到prompt_dir() {}
这个函数,然后将prompt_segment blue black '%~'
最后面的~
改为c
即可:prompt_segment blue black '%c'
最终效果如图
因为我是安装了 agnoster 这个主题
所以修改方法是这样的
DEFAULT_USER=$USER
~/.oh-my-zsh/themes/agnoster.zsh-theme
,打开后找到prompt_dir() {}
这个函数,然后将prompt_segment blue black '%~'
最后面的 ~
改为 c
即可:prompt_segment blue black '%c'
本文标题:ubuntu zsh隐藏用户名、主机名与目录
本文链接:https://www.haomeiwen.com/subject/xicesqtx.html
网友评论