powershell-profile
powershell-profile copied to clipboard
Pretty PowerShell that looks good and functions almost as good as Linux terminal
 -.- 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...
Added changes to powershell-profile.ps1 to implement VARIABLE AND FUNCTION overrides via profile.ps1
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.  So I replaced the `$env:USERPROFILE` with `[Environment]::GetFolderPath("MyDocuments")` as the goal is to get this...