我用电力线外壳我的提示如下:
我怎样才能摆脱提示中的我的名字和主机名?
我尝试在.bashrc
文件中搜索PS1
变量:
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u:\w\$ '
fi
我必须编辑哪些内容才能实现目标?
答案1
您需要在电力线配置文件中更改此项,该文件通常位于 下~/.config/powerline-shell/config.json
。
如果还没有,可以使用以下命令创建一个:
mkdir -p ~/.config/powerline-shell
powerline-shell --generate-config > ~/.config/powerline-shell/config.json
然后只需删除您不想要的片段,例如username
或hostname
。有关更多信息,请参阅文档