Skip to content

MSDNicrosoft/jovial-nushell-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jovial Nushell Theme

A shell theme Jovial implemented in Nushell

Installation

  • Download file jovial.nu
  • Move the file into your nu config directory
  • Append the follow code in your configuration file (config.nu)
# Note: Use absolute path
use C:\Users\YOURUSERNAME\AppData\Roaming\nushell\jovial.nu

$env.PROMPT_COMMAND = { jovial prompt-command }
$env.PROMPT_COMMAND_RIGHT = { jovial prompt-command-right }
$env.PROMPT_INDICATOR = { jovial prompt-indicator }
$env.PROMPT_MULTILINE_INDICATOR = { jovial multiline-indicator }

Releases

No releases published