Shell theme based on bira

Fix readme

Changed files
+4 -4
+4 -4
README.md
··· 22 23 ```nu 24 use mira.nu 25 - $env.PROMPT_COMMAND = (mira prompt-command) 26 - $env.PROMPT_COMMAND_RIGHT = (mira prompt-command-right) 27 - $env.PROMPT_INDICATOR = (mira prompt-indicator) 28 - $env.PROMPT_MULTILINE_INDICATOR = (mira multiline-indicator) 29 ``` 30 31 Additionally, if you prefer, you can set `render_right_prompt_on_last_line` in `config.nu` to have the error code display on the same line as the prompt indicator.
··· 22 23 ```nu 24 use mira.nu 25 + $env.PROMPT_COMMAND = { mira prompt-command } 26 + $env.PROMPT_COMMAND_RIGHT = { mira prompt-command-right } 27 + $env.PROMPT_INDICATOR = { mira prompt-indicator } 28 + $env.PROMPT_MULTILINE_INDICATOR = { mira multiline-indicator } 29 ``` 30 31 Additionally, if you prefer, you can set `render_right_prompt_on_last_line` in `config.nu` to have the error code display on the same line as the prompt indicator.