Skip to content

Instantly share code, notes, and snippets.

@evgeniyworkbel
Created October 8, 2022 09:18
Show Gist options
  • Save evgeniyworkbel/142bd28ddd3b640bd7e2d3ed335fe0be to your computer and use it in GitHub Desktop.
Save evgeniyworkbel/142bd28ddd3b640bd7e2d3ed335fe0be to your computer and use it in GitHub Desktop.
My setring of variable PS1 for Bash
export PS1="\[\e[m\]\[\e[0;90m\]\u: \[\e[m\]\[\e[0;93m\]\w\[\e[m\]\[\033[34m\]\$(__git_ps1)\[\033[00m\] $ "
how it will look: https://disk.yandex.by/i/49nO4q1d1mQyNA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment