Advertisement
skyfighter

.bashrc

Sep 20th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. ###################################################
  2. #-------.bashrc                                   #                
  3. #-------Autor: Paulo  Ferreira de Moraes Junior   #
  4. #-------Sistema: Sabayon GNU/Linux                #
  5. ###################################################
  6.  
  7. setterm -foreground red -bold on -term linux
  8.  
  9. echo '   _   '
  10. echo '  °v°  *** Seja Bem Vindo ao Sabayon GNU/Linux Sr. '`hostname`' ***'
  11. echo ' /(_)\ '
  12. echo '  ^ ^  'O sistema informa: `date`
  13. echo '       '
  14.  
  15. PS1="\[\e[01;31m\]┌─[\[\e[01;36m\u\e[01;31m\]]──[\[\e[01;32m\]${HOSTNAME%%.*}\[\e[01;31m\]]──[\[\033[1;33m\]\w\[\033[1;31m\]]-\[\e[01;33m\]$\[\e[01;31m\]\n\[\e[01;31m\]└──\[\e[01;92m\]>>\[\e[0m\]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement