1
0
Fork 0

oops, fucked up var name

This commit is contained in:
Von Random 2016-08-29 01:19:09 +03:00
parent 79b980711e
commit 158902b8e5

2
bashrc
View file

@ -37,7 +37,7 @@ color_number=0
for color in 'black' 'red' 'green' 'yellow' 'blue' 'magenta' 'cyan' 'white'; do
eval "n${color}='\[\e[0;3${color_number}m\]'"
eval "b${color}='\[\e[1;3${color_number}m\]'"
(( x++ ))
(( color_number++ ))
done
unset color_number
reset='\[\e[0m\]'