Fluentterminal: Consider adding `-NoLogo` to PowerShell's default profile

Created on 4 Dec 2018  Â·  3Comments  Â·  Source: felixse/FluentTerminal

There's an annoying thing when you invoke PowerShell: THAT BANNER, and a line telling you how long it took for you to load user configurations.

Default example:

image

With -NoLogo Argument:

image

It took me some time to search for a solution on how to remove that banner. I think if you set that argument as default, it'll be more friendly to new-comers.

Most helpful comment

I have incorporated this into my profile.  Thank you.

I disagree that it should be set by default.  We shouldn't hide information that could help somebody to troubleshoot an issue.  By default, people aren't using oh-my-posh -- that's something they need to install themselves.  If they do that, they should be well aware that they are no longer using a default environment and if they don't like the output, they are on their own to fix it.  We give them the tools to do that.  As a terminal emulator, we shouldn't mess with the default behavior of any terminal -- regardless of the good nature intention.  I'll leave it up to Felix, though.

--
Hans Kokx
On 12/4/2018 8:34:02 AM, Spencer Woo notifications@github.com wrote:
There's an annoying thing when you invoke PowerShell: THAT BANNER, and a line telling you how long it took for you to load user configurations.
Default example:
[image] [https://user-images.githubusercontent.com/32114380/49445082-fa272c00-f80b-11e8-97d6-b31ee9ad401a.png]
With -NoLogo Argument:
[image] [https://user-images.githubusercontent.com/32114380/49445067-eed40080-f80b-11e8-92e6-7b8e1b07cf1e.png]
It took me some time to search for a solution on how to remove that banner. I think if you set that argument as default, it'll be more friendly to new-comers.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [https://github.com/felixse/FluentTerminal/issues/147], or mute the thread [https://github.com/notifications/unsubscribe-auth/AB0sbzNjOXDuTymEayVaEXPP-Hj2U_mMks5u1nnKgaJpZM4ZAqY0].

All 3 comments

I have incorporated this into my profile.  Thank you.

I disagree that it should be set by default.  We shouldn't hide information that could help somebody to troubleshoot an issue.  By default, people aren't using oh-my-posh -- that's something they need to install themselves.  If they do that, they should be well aware that they are no longer using a default environment and if they don't like the output, they are on their own to fix it.  We give them the tools to do that.  As a terminal emulator, we shouldn't mess with the default behavior of any terminal -- regardless of the good nature intention.  I'll leave it up to Felix, though.

--
Hans Kokx
On 12/4/2018 8:34:02 AM, Spencer Woo notifications@github.com wrote:
There's an annoying thing when you invoke PowerShell: THAT BANNER, and a line telling you how long it took for you to load user configurations.
Default example:
[image] [https://user-images.githubusercontent.com/32114380/49445082-fa272c00-f80b-11e8-97d6-b31ee9ad401a.png]
With -NoLogo Argument:
[image] [https://user-images.githubusercontent.com/32114380/49445067-eed40080-f80b-11e8-92e6-7b8e1b07cf1e.png]
It took me some time to search for a solution on how to remove that banner. I think if you set that argument as default, it'll be more friendly to new-comers.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [https://github.com/felixse/FluentTerminal/issues/147], or mute the thread [https://github.com/notifications/unsubscribe-auth/AB0sbzNjOXDuTymEayVaEXPP-Hj2U_mMks5u1nnKgaJpZM4ZAqY0].

@skipmeister123 Okay. I understand. At least, I think, we can put this solution somewhere in Fluent Term's README or wiki for future reference. I personally find this config very useful.

Added this to the FAQ

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Loreno10 picture Loreno10  Â·  5Comments

felixse picture felixse  Â·  7Comments

phamgiahung1368 picture phamgiahung1368  Â·  4Comments

sixtar picture sixtar  Â·  7Comments

PLXT picture PLXT  Â·  4Comments