Improve git-prompt installation script
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -E -o errexit -o nounset -o pipefail
|
||||||
set -x
|
set -x
|
||||||
set -u
|
|
||||||
|
GIT_PROMPT_PATH=${GIT_PROMPT_PATH:-$LWS/opt/bash-git-prompt}
|
||||||
|
|
||||||
readonly REPO="https://github.com/magicmonty/bash-git-prompt.git"
|
readonly REPO="https://github.com/magicmonty/bash-git-prompt.git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user