Files
linux-workspace/scripts/git-prompt-install.sh
2022-02-25 19:50:48 +01:00

9 lines
142 B
Bash
Executable File

#!/bin/bash
set -x
set -u
readonly REPO="https://github.com/magicmonty/bash-git-prompt.git"
git clone "$REPO" "$GIT_PROMPT_PATH" --depth=1