Replace tabs with spaces for consistency (indenting is still tabs)
This commit is contained in:
parent
bb61cf31a2
commit
ab1fbd6367
31 changed files with 147 additions and 149 deletions
|
@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${yellow}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${bold}${yellow}" # third color
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${yellow}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${bold}${yellow}" # third color
|
||||
|
||||
|
||||
## OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue