Powershell profile to bashify your Windows prompt
Read more about profiles here.
If you can't run the script it's likely you should change your execution policy. Remember to restore it once finished.
- Locate the Powershell home with
echo $PSHOME
(likely to beC:\Windows\System32\WindowsPowerShell\v1.0
) - Save the file
Microsoft.PowerShell_profile.ps1
(with this exact name) inside that folder - Close the terminal and reopen it
- PowerShell equivalents for common Linux/bash commands
- What is an equivalent of *Nix 'cut' command in Powershell?
- Get-DiskFree.ps1
- How to do what head, tail, more, less, sed do in Powershell?
- Using PowerShell to Create ZIP Archives and Unzip Files.
Detailed changes for each release are documented in the release notes.
If you want to contribute to this project, you can start opening an issue.
This repository is under GNU General Public License v3.0.
edoardottt.com to contact me.