Here are some of the PowerShell / Windows terminal commands commands I have set up in my profile. Load fork into current folder. Function loadFork { c:\users\<user account>\AppData\Local\Fork\fork.exe $pwd } Set-Alias -Name fork -Value loadFork Change to a certain folder I have many of these set up to easily change to my project folders and…… Continue reading Example Powershell/Windows Terminal Command setup
↧