ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
507 stars 299 forks source link

Lost personal configuration when update #69

Open Daru-man opened 2 months ago

Daru-man commented 2 months ago

Dear Mr. Titus, When you updated your powershell-profile I lost my personal-profile. If you think is interesting, Can you put at end to load personal.ps1 if it exists?

Great job. Thanks

carlosantos2103 commented 2 months ago

Up. Was trying to load personal scripts or update the current script but couldn't. The update resets everything.

og-mrk commented 1 month ago

This should be resolved when https://github.com/ChrisTitusTech/powershell-profile/pull/60 PR gets merged.

Thanks for reporting this issue in the script 😄

natep-tech commented 1 month ago

If you use the Edit-Profile function, it'll create a new profile file for the current user that will run in addition to the main profile file provided in this repository.

The new file that Edit-Profile creates should be where you place any personal functions and variables.

kAMENkitA commented 1 month ago

It happened to me, too. When updated, powershell-profile I lost my personal-profile.