gpt4 book ai didi

git - 在提示中显示 git 分支名称在屏幕上不起作用

转载 作者:IT王子 更新时间:2023-10-29 01:11:35 25 4
gpt4 key购买 nike

我更新了我的 .bashrc 文件如下:

PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$'

只要找到它就可以工作,我可以在提示中看到我的分支名称。但是,当我运行 "screen"时,我得到了

"-bash: __git_ps1: command not found"

这可能是什么原因?

最佳答案

This blog post说明您必须添加行 source/etc/bash_completion.d/git 才能使用 __git_ps1

这里是完整的例子:

source /etc/bash_completion.d/git  
export PS1='\w$(__git_ps1 "(%s)") > '

这还可以为分支启用自动完成。

使用该格式,您的提示将类似于(没有着色):

~/my-repo(master) > 

关于git - 在提示中显示 git 分支名称在屏幕上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9717137/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com