10 lines
167 B
Bash
Executable File
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
|
|
|