ChrisTitusTech / powershell-profile

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lost personal configuration when update

Daru-man opened this issue · comments

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

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

commented

This should be resolved when #60 PR gets merged.

Thanks for reporting this issue in the script 😄

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.

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