Skip to content

Commit

Permalink
Update README.md (nushell#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSoilder committed Feb 3, 2023
1 parent 967fb16 commit 106e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ls ./themes/themes
To use the `dracula` theme for instance, please run
```rust
use ./themes/themes/dracula.nu *
let-env config = ($env.config | merge {{color_config: (dracula)}})
let-env config = ($env.config | merge {color_config: (dracula)})
```

The theme should be activated!

0 comments on commit 106e56f

Please sign in to comment.