Created
January 31, 2017 06:28
-
-
Save deepankarb/db117e7003b5842c807736148d0ee9b1 to your computer and use it in GitHub Desktop.
bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#PS1 | |
#export PS1="\[\e[01;32m\]\A\[\e[0m\]\[\e[00;37m\] \[\e[0m\]\[\e[00;34m\]\w\[\e[0m\]\[\e[00;37m\] \[\e[0m\]\[\e[00;34m\]\\$\[\e[0m\]\[\e[00;37m\] \[\e[0m\]" | |
export PS1="\[\e[00;34m\]\w\[\e[0m\]\[\e[00;37m\]\n\[\e[0m\]\[\e[01;32m\]\A\[\e[0m\]\[\e[00;37m\] \[\e[0m\]\[\e[00;34m\]\\$\[\e[0m\]\[\e[00;37m\] \[\e[0m\]" | |
# gitprompt configuration | |
# Set config variables first | |
GIT_PROMPT_ONLY_IN_REPO=1 | |
# as last entry source the gitprompt script | |
source /home/"$(whoami)"/.bash-git-prompt/gitprompt.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment