Update bash scripts.
This commit is contained in:
parent
d97fea0e94
commit
8e69cd62c3
9 changed files with 24 additions and 71 deletions
|
@ -1,8 +1,2 @@
|
|||
# This file just contains some nice variable names for color codes.
|
||||
C_NO='\[\033[0m\]'
|
||||
C_RED='\[\033[1;31m\]'
|
||||
C_GREEN='\[\033[1;32m\]'
|
||||
C_YELLOW='\[\033[1;33m\]'
|
||||
C_BLUE='\[\033[1;34m\]'
|
||||
C_MAGENTA='\[\033[1;35m\]'
|
||||
C_CYAN='\[\033[1;36m\]'
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue