Created
September 21, 2016 12:26
-
-
Save richardsonlima/95e94e93138b52095ce7c139f233e799 to your computer and use it in GitHub Desktop.
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
# 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