Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Created September 21, 2016 12:26
Show Gist options
  • Save richardsonlima/95e94e93138b52095ce7c139f233e799 to your computer and use it in GitHub Desktop.
Save richardsonlima/95e94e93138b52095ce7c139f233e799 to your computer and use it in GitHub Desktop.
# User specific aliases and functions
Normal="\[\\033[0m\]"
Vermelho="\[\\033[1;31m\]"
Verde="\[\\033[1;32m\]"
Amarelo="\[\\033[1;33m\]"
Azul="\[\\033[1;34m\]"
Roxo="\[\\033[1;35m\]"
Ciano="\[\\033[1;36m\]"
Branco="\[\\033[1;37m\]"
PS1="$Normal$Azul[$Branco(\t) $Verde\u$Vermelho@$Amarelo\h$Verde $Ciano\w$Azul]$Branco\\$ $Normal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment