Skip to content

Instantly share code, notes, and snippets.

@Kassaila
Last active May 20, 2022 16:02
Show Gist options
  • Select an option

  • Save Kassaila/60a65a260af24a3d8ee9d1655ee86d08 to your computer and use it in GitHub Desktop.

Select an option

Save Kassaila/60a65a260af24a3d8ee9d1655ee86d08 to your computer and use it in GitHub Desktop.
bash customisation
# display current git branch & new line start
export PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\012\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment