Ver código fonte

added bash color variables

the file is intended to be sourced or copied onto .bashrc/.bash_profile/whatever
master
Bryan Pedini 5 anos atrás
pai
commit
e54e2423a8
1 arquivos alterados com 14 adições e 0 exclusões
  1. +14
    -0
      bash-dependent/bash-color-variables

+ 14
- 0
bash-dependent/bash-color-variables Ver arquivo

@@ -0,0 +1,14 @@
FORMAT_RESET="\[\033[00;37m\]"
BLINK="\[\033[05m\]"
RED="\[\033[00;31m\]"
LIGHTRED="\[\033[01;31m\]"
GREEN="\[\033[00;32m\]"
LIGHTGREEN="\[\033[01;32m\]"
BROWN="\[\033[00;33m\]"
LIGHTBROWN="\[\033[01;33m\]"
BLUE="\[\033[00;34m\]"
LIGHTBLUE="\[\033[01;34m\]"
PURPLE="\[\033[00;35m\]"
LIGHTPURPLE="\[\033[01;35m\]"
CYAN="\[\033[00;36m\]"
LIGHTCYAN="\[\033[01;36m\]"

Carregando…
Cancelar
Salvar