-
Notifications
You must be signed in to change notification settings - Fork 446
Have a look at this guide in the Cmder wiki.
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.
Add -NoLogo
to the arguments of your PowerShell profile, follow these steps:
- Open the Settings and navigate to Profiles
- Select the profile named "PowerShell" and click Edit
- In the Arguments input add "-NoLogo"
- Click Save
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)
Please have a look at this discussion
True color (24bit) is only supported with ConPty enabled