浏览代码

Add bash-git-prompt in order to have a more descriptive prompt when working with repositories.
Also, update documentation for bash-git-prompt usage. Make sure initial value for usage is false.

Scott Collier 5 年之前
父节点
当前提交
7fec2186ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      env-example

+ 1 - 1
env-example

@@ -158,7 +158,7 @@ WORKSPACE_INSTALL_FFMPEG=false
 WORKSPACE_INSTALL_GNU_PARALLEL=false
 WORKSPACE_INSTALL_AST=true
 WORKSPACE_AST_VERSION=1.0.3
-WORKSPACE_INSTALL_GIT_PROMPT=true
+WORKSPACE_INSTALL_GIT_PROMPT=false
 
 ### PHP_FPM ###############################################