文件名称:posh-git-sh:BashZSH版本的posh-git命令提示符
文件大小:12KB
文件格式:ZIP
更新时间:2024-03-25 09:55:06
hacktoberfest Shell
时髦的混蛋
该脚本使您可以在提示符下查看当前git存储库的状态。 它从Windows PowerShell模块复制提示状态。
安装说明
选修的。 。
将此文件复制到某个位置(例如~/git-prompt.sh )。
~/.bashrc下行添加到~/.bashrc 。 (您可能需要更新~/.bash_profile来获取~/.bashrc ,也可以直接修改~/.bash_profile 。)
source ~ /git-prompt.sh
如果使用的是bash ,则应在PROMPT_COMMAND变量中调用__posh_git_ps1 。 函数__posh_git_ps1具有两个参数( __posh_git_ps1
【文件预览】:
posh-git-sh-master
----.travis.yml(36B)
----.gitignore(4B)
----Makefile(772B)
----git-prompt.sh(20KB)
----git-prompt-test.sh(6KB)
----README.md(8KB)
----.gitattributes(42B)