So I've been able to figure out how to get my bash colors to work again by removing the # next to some comments such as "alias ls='ls --color=auto'", etc... However, I think I'm stuck getting VIM to work with colors again. For example, I open up a python script and every single line of code is the same color.

Anyone know a quick way to fix this in Kali? I was able to get my numbers back in vim by editing the vimrc configuration file, but I'm not sure if this file also controls the way vim interprets files and adjusts the colors accordingly.

Thanks.