Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax change #6

Merged
merged 1 commit into from
Mar 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.