mirror of
https://github.com/nushell/nushell.git
synced 2024-11-30 04:14:17 +01:00
9450bcb90c
`decode utf-8` not required now
1.1 KiB
1.1 KiB
How to configure 3rd party prompts
nerdfonts
nerdfonts are not required but they make the presentation much better.
oh-my-posh
If you like oh-my-posh, you can use oh-my-posh with engine-q with few steps. It's works great with engine-q. There is how to setup oh-my-posh with engine-q:
- Install Oh My Posh and download oh-my-posh's themes following guide
- Download and Install a nerd font
- Set the PROMPT_COMMAND in ~/.config/nushell/config.nu, change
M365Princess.omp.json
to whatever you like Themes demo
let-env PROMPT_COMMAND = { oh-my-posh --config ~/.poshthemes/M365Princess.omp.json }
- Restart engine-q.