Skip to content

Commit

Permalink
Merge pull request #6 from fdncred/patch-1
Browse files Browse the repository at this point in the history
syntax change
  • Loading branch information
sophiajt committed Mar 18, 2022
2 parents 871a5a0 + dda0263 commit c7b266b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions blog/2022-03-22-nushell_0_60.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,10 @@ want to reload it in your nushell session. You can create a special keybinding t
modifier: none
keycode: f5
mode: emacs
event: [
{ edit: { cmd: clear } }
{ edit: { cmd: insertString value: $"source '($nu.config-path)'" } }
{ send: Enter }
]
event: {
send: executehostcommand,
cmd: $"source '($nu.config-path)'"
}
}
```

Expand Down Expand Up @@ -850,4 +849,4 @@ A big "thank you!" to everyone who helped us build this version of Nushell!

# Looking ahead

With 0.60, we have a solid foundation to build on to reach 1.0. The cleaner architecture and improvements to the language will make way for future improvements, like pattern matching, tasks, and more.
With 0.60, we have a solid foundation to build on to reach 1.0. The cleaner architecture and improvements to the language will make way for future improvements, like pattern matching, tasks, and more.

0 comments on commit c7b266b

Please sign in to comment.