We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06c7d1 commit 60773a2Copy full SHA for 60773a2
cookbook/setup.md
@@ -105,7 +105,7 @@ currently activated.
105
```nu
106
# set NU_OVERLAYS with overlay list, useful for starship prompt
107
$env.config.hooks.pre_prompt = ($env.config.hooks.pre_prompt | append {||
108
- let overlays = overlay list | range 1..
+ let overlays = overlay list | slice 1..
109
if not ($overlays | is-empty) {
110
$env.NU_OVERLAYS = $overlays | str join ", "
111
} else {
0 commit comments