1 article in Windows Terminal
Automating Your Windows Terminal With A PowerShell Profile
February 19, 2025
I’m a regular user of the Windows Terminal to speed up the manual tasks that are required during the software development process. I’ve found PowerShell’s $PROFILE script very useful for adding automation code which is loaded every time a PowerShell session starts. These are some of the things I…