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

![pwsh](https://github.com/user-attachments/assets/3af26c89-9c2a-4966-9ba6-0ff2e15d60c8) -.- On my system the Windows Temp folders are on a ramdisk (via symbolic links) so Zoxide never manages to install. Some variant of the issue already has entries...

- update winutil opening command, comment & help - create winutil pre-release command, comment & help ("winutildev")

Not the cleanest implementation per se, but it gets the job done. Input: trash Output: File/Directory is trashed to the recycle bin.

ep does not seem to work for me, however, Edit-Profile does. Also, it is cleaner to have one implementation of the Edit-Profile func and just set ep as an alias...

Set-PSReadLineOption is getting called twice so I removed the first call and merged the colour table of both into one.

When using with PowerShell 5, I get always an error bc `-TimeoutSeconds 1` does not exist there. So I replaces it with something it does understand. Set & run `Set-PSReadLineOption...

Modified code to implement override of VARIABLES and FUNCTIONS via profile.ps1 Also, Show-Help was modified to list commands alphabetically by category.

After I installed it, I ran into an error because my Document folder is in Dropbox. I see that a recent pull request [fix #133] corrects this error, but in...

Hi, I encountered this error because I have the "My Documents" folder on another location. ![error_pwsh](https://github.com/user-attachments/assets/ae346a3d-eee0-48c0-9443-80ef6e9aeb99) So I replaced the `$env:USERPROFILE` with `[Environment]::GetFolderPath("MyDocuments")` as the goal is to get this...