Files
linux-workspace/scripts/git-prompt-install.sh
2020-09-10 20:19:07 +02:00

10 lines
167 B
Bash
Executable File

#!/bin/bash
# https://github.com/magicmonty/bash-git-prompt
set -x
set -u
git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1