From 9450bcb90c928b895fc33f99317ffea822063b41 Mon Sep 17 00:00:00 2001 From: eggcaker Date: Sat, 29 Jan 2022 08:41:48 +0800 Subject: [PATCH] Update 3rd_Party_Prompts.md (#878) `decode utf-8` not required now --- docs/3rd_Party_Prompts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3rd_Party_Prompts.md b/docs/3rd_Party_Prompts.md index e4f3d4980c..1c6bb9aea2 100644 --- a/docs/3rd_Party_Prompts.md +++ b/docs/3rd_Party_Prompts.md @@ -22,7 +22,7 @@ If you like [oh-my-posh](https://ohmyposh.dev/), you can use oh-my-posh with eng 2. Download and Install a [nerd font](https://github.com/ryanoasis/nerd-fonts) 3. Set the PROMPT_COMMAND in ~/.config/nushell/config.nu, change `M365Princess.omp.json` to whatever you like [Themes demo](https://ohmyposh.dev/docs/themes) ``` -let-env PROMPT_COMMAND = { oh-my-posh --config ~/.poshthemes/M365Princess.omp.json |decode utf-8| str collect} +let-env PROMPT_COMMAND = { oh-my-posh --config ~/.poshthemes/M365Princess.omp.json } ``` 4. Restart engine-q. @@ -34,4 +34,4 @@ let-env PROMPT_COMMAND = { oh-my-posh --config ~/.poshthemes/M365Princess.omp.js ## Purs -[repo](https://github.com/xcambar/purs) \ No newline at end of file +[repo](https://github.com/xcambar/purs)