Created
May 23, 2014 16:43
-
-
Save andersonmadeira/42a01ac7427d20cf51d5 to your computer and use it in GitHub Desktop.
Cool green prompt for Debian
This file contains 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
# add these lines to your ~/.bashrc file | |
fortune | cowsay | |
PS1="\[\033[01;32m\][\w]\[\033[01;34m\]:\$\[\033[00m\] " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment