I was recently reminded that Windows Terminal existed and was even happier when after installing it, it automatically noticed my existing GitBash install and configured a profile for it and pretty much everything worked! Yay! Except colors for Symfony’s CLI tool. Boo. The first option is to just constantly add…
Category: Windows
Random things I learned
Read more
Windows command line: assoc and ftype
I never knew these commands even existed, I always just want to the registry. I wonder which versions of Windows they shipped with, I only have 10 available to test here. assoc Displays or modifies file extension associations ASSOC [.ext[=[fileType]]] .ext Specifies the file extension to associate the file type…