Continuing on with trying to learn Linux, I have begun playing around with bash scripting. Currently watching a series online but with a programming background it's not difficult to pick up.
Anyway, I find myself typing "clear" and then immediately "ls" since I like to keep a clean terminal window while doing things. So I have created a bash script simply titled "cls" and moved it to /usr/bin so I can use it whenever.
It works great but I noticed it removes all the highlighting in the terminal when it outputs the directory's files and directories. You can see what I mean here. The first group of output is with my cls script, but the second group is just with typing "ls".
It's no a huge deal but I'd really like to maintain the highlighting as it could be important.
Thanks!