powershell-profile icon indicating copy to clipboard operation
powershell-profile copied to clipboard

Pretty PowerShell that looks good and functions almost as good as Linux terminal

Results 59 powershell-profile issues
Sort by recently updated
recently updated
newest added

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 ![{B7637045-A740-4ABB-92D2-6AC38F5B2EBA}](https://github.com/user-attachments/assets/11f9b20d-1327-4e9d-b4f4-82adc97f5525) It also stays prompting for if I...

The `ll` function is only getting hidden items. ![image](https://github.com/user-attachments/assets/dab1a08a-4449-4641-bee5-aef39e761742) `Show-Help` states that `ll` is supposed to list all files, including hidden. But that is what `la` is doing. ![image](https://github.com/user-attachments/assets/3b023f4f-6ee7-4f85-b926-2df5f029cf51) ![image](https://github.com/user-attachments/assets/3528f204-a103-49ea-b12b-4cea60f819dc)...

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...