Improve git-prompt installation script

This commit is contained in:
Martin Blazik
2023-02-09 17:22:42 +01:00
parent 7133130eb5
commit db8960ea6a

View File

@@ -1,7 +1,9 @@
#!/bin/bash
set -E -o errexit -o nounset -o pipefail
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"