Commit b6e9dd3
authored
Update hooks.md (nushell#1749)
```
Error: nu::shell::type_mismatch
× Type mismatch during operation.
╭─[/Users/foo/Library/Application Support/nushell/config.nu:27:33]
26 │ ('/Users/foo/dir' not-in $after
27 │ and '/Users/foo/dir' in $before
· ─────────────────────┬──────────────────── ─┬ ───┬───
· │ │ ╰── nothing
· │ ╰── type mismatch for operator
· ╰── string
28 │ and 'activate' in (overlay list))
╰────
~
❯ 𝒾:
process finished with exit code = -1
```1 parent fde4cba commit b6e9dd3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments