Skip to content

Instantly share code, notes, and snippets.

View sailxjx's full-sized avatar
🚀
Launching

Xu Jingxin sailxjx

🚀
Launching
View GitHub Profile
@sailxjx
sailxjx / .git-prompt.sh
Created July 11, 2018 01:50 — forked from nbrew/.git-prompt.sh
My latest bash prompt customization. Colored Git bash prompt.
#!/bin/bash
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# If you don't already have git-completion installed:
#
# cd ~/
# curl -OL https://github.com/git/git/raw/master/contrib/completion/git-completion.bash
# mv ~/git.completion.bash ~/.git-completion.bash