Last active
February 13, 2020 01:24
-
-
Save cybertramp/df6f10c2b08b627ccd6e05750830d54b to your computer and use it in GitHub Desktop.
bashrc file for me
This file contains hidden or 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
# 맨 아래 붙여 넣을것. | |
# Paste to bottom. | |
export PS1="[`hostname`]\[\033[36m\]\u\[\033[m\]@\[\033[32m\] \[\033[33;1m\]\w\[\033[m\] (\$(git branch 2>/dev/null | grep '^*' | colrm 1 2)) \$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment