PowerShellRun Configuration #48
jdhitsolutions
started this conversation in
General
Replies: 1 comment 3 replies
|
That is correct. The user is expected to write a configuration in their profile script just like PSReadLine options. I have thought about creating an external configuration file but a ps1 file felt the best choice as PowerShell users were all familiar with it. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wonder if I am missing something. As far as I can tell, any configurations I make such as adding favorite folders or enabling the history feature, are not persistent. Is the user expected to create a configuration script they run in their profile? Could there be an option to export and import a configuration?
All reactions