Skip to content

Instantly share code, notes, and snippets.

@cybertramp
Last active February 13, 2020 01:24
Show Gist options
  • Save cybertramp/df6f10c2b08b627ccd6e05750830d54b to your computer and use it in GitHub Desktop.
Save cybertramp/df6f10c2b08b627ccd6e05750830d54b to your computer and use it in GitHub Desktop.
bashrc file for me
# 맨 아래 붙여 넣을것.
# 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