Last active
October 30, 2024 18:05
-
-
Save GJivan/a2dddda026de4cd9e05a01ade95c6e58 to your computer and use it in GitHub Desktop.
Temp
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
# Enable git prompt functionality | |
source /usr/share/git-core/contrib/completion/git-prompt.sh | |
# Set the PS1 | |
PS1='\u@\h:\[\033[34m\]\w\[\033[32m\]$(__git_ps1)\[\033[0m\] \$ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment