Advertisement
scottviger

.bashrc

May 16th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1.  #Couleur rouge
  2. echo -e '\e[31m
  3.                                                                 #####
  4.                                                                #######
  5.                   #                                            ##O#O##
  6.  ######          ###                                           #VVVVV#
  7.    ##             #                                          ##  VVV  ##
  8.    ##         ###    ### ####   ###    ###  ##### #####     #          ##
  9.    ##        #  ##    ###    ##  ##     ##    ##   ##      #            ##
  10.    ##       #   ##    ##     ##  ##     ##      ###        #            ###
  11.    ##          ###    ##     ##  ##     ##      ###       QQ#           ##Q
  12.    ##       # ###     ##     ##  ##     ##     ## ##    QQQQQQ#       #QQQQQQ
  13.    ##      ## ### #   ##     ##  ###   ###    ##   ##   QQQQQQQ#     #QQQQQQQ
  14.  ############  ###   ####   ####   #### ### ##### #####   QQQQQ#######QQQQQ
  15. \e[92m' #Couleur verte
  16. {
  17. if [ -f /etc/bash_completion ] && ! shopt -op posix; then # Le fameux tab completion
  18.     . /etc/bash_completion
  19. fi
  20. } &> /dev/null # Cacher la commande
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement