powershell-profile
powershell-profile copied to clipboard
Pretty PowerShell that looks good and functions almost as good as Linux terminal
In order to reduce the messages every time a terminal is opened, I have removed two of the update warnings that were added with the latest merge that introduces the...
https://github.com/ChrisTitusTech/powershell-profile/blob/main/Microsoft.PowerShell_profile.ps1#L54-L80 Perhaps I'm off-base here, but when reading your profile I came across something that I thought was pretty awesome at first - but then I started thinking about how...
``` # Define the path to the file that stores the last execution time $timeFilePath = "$env:USERPROFILE\Documents\PowerShell\LastExecutionTime.txt" ``` With OneDrive, the Documents folder is USERPROFILE\OneDrive\Documents\... Can't get this profile not...
This message does not classify as a warning. It's a verbose debug message. Either this messages should be removed entirely or hidden behind a 'verbose' flag. The user doesn't need...
PowerShell 7.4.6 Profile is up to date. Checking for PowerShell updates... Your PowerShell is up to date. Use 'Show-Help' to display help Loading personal and system profiles took 5837ms. how...
Hi, I would like to be able to use the sed executable without calling the sed function in Microsoft.PowerShell_profile.ps1 (for example, if I want to pipe a stream to sed...
After updating the app has a few errors.. My prompt is not normal anymore. And a reinstall gives an error in winget.exe  It also stays prompting for if I...
The `ll` function is only getting hidden items.  `Show-Help` states that `ll` is supposed to list all files, including hidden. But that is what `la` is doing.  ...
I have some systems that I still have to use PowerShell v5.1. Is there a way to make this powershell-profile universal so it can be used with PS v5.1 and...