Skip to content
immki edited this page Nov 26, 2021 · 10 revisions

How to integrate with Cmder?

Have a look at this guide in the Cmder wiki.

How can I achieve the look of the terminal in the readme?

I'm using Powershell with the oh-my-posh module to theme the prompt. You can also try oh-my-fish for the fish shell or oh-my-zsh for zsh.

My prompt theme is Agnoster (should be available for all mentioned options) and my color theme is Argonaut.

Make sure to install and configure a font with Powerline symbols (JetBrains Mono in my case) to make sure that all symbols are displayed correctly.

How can I remove the Copyright output when I start a new PowerShell?

Add -NoLogo to the arguments of your PowerShell profile, follow these steps:

  1. Open the Settings and navigate to Profiles
  2. Select the profile named "PowerShell" and click Edit
  3. In the Arguments input add "-NoLogo"
  4. Click Save

Why are my environment variables missing?

Due to the way environment variables are inherited from parent processes, new or edited variables can only be seen after the SystemTray process has been restarted ('Quit' Fluent Terminal in the System Tray)

My terminal is empty when connected to a VPN

Please have a look at this discussion

True Color is not working

True color (24bit) is only supported with ConPty enabled