felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

Error while running . $PROFILE to make changes #948

Closed advrxh closed 3 years ago

advrxh commented 3 years ago

When I set a theme and run

. $PROFILE

to save the prompt it returns me this error. can someone help me! image

. : The term 'C:\Users\Admin\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:3
+ . $PROFILE
+   ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Admin\...ell_profile.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException