Skip to content

Instantly share code, notes, and snippets.

@andersonmadeira
Created May 23, 2014 16:43
Show Gist options
  • Save andersonmadeira/42a01ac7427d20cf51d5 to your computer and use it in GitHub Desktop.
Save andersonmadeira/42a01ac7427d20cf51d5 to your computer and use it in GitHub Desktop.
Cool green prompt for Debian
# 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