I was eagerly waiting for Microsoft to release this Terminal and the wait has paid off. I love it. While still not completely plug’n’play for all the features that I wish for it is nearly there and definitely more than ready to take throne of the no. 1 Terminal in […]
Tag: bash
Ansi color codes
I don’t like to remember things so here comes a short list of Ansi color codes that can be used in your bash: # ANSI color codes RS="[33[0m]" # reset HC="[33[1m]" # hicolor UL="[33[4m]" # underline INV="[33[7m]" # inverse background and foreground FBLK="[33[30m]" # foreground black FRED="[33[31m]" # foreground red […]