Skip to content

Commit

Permalink
Merge pull request #30 from tesujimath/nu_plugin_bash_env
Browse files Browse the repository at this point in the history
Add reference to nu_plugin_bash_env
  • Loading branch information
fdncred committed Dec 4, 2023
2 parents 78b3d51 + f6a00e2 commit 352b9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
- [nu_plugin_clipboard](https://github.com/FMotalleb/nu_plugin_clipboard): A nushell plugin to copy text into clipboard or get text from it.
- [nu_plugin_qr_maker](https://github.com/FMotalleb/nu_plugin_qr_maker): A nushell plugin to create qr code in terminal.
- [nu_plugin_msgpack](https://github.com/hulthe/nu_plugin_msgpack): Nushell plugin for converting to and from msgpack.
- [nu_plugin_bash_env](https://github.com/tesujimath/nu_plugin_bash_env): A Bash environment plugin for nushell.

> If the shell freezes while registering the command, that means the plugin is using an older Nu version no longer compatible with your current version. Consider bumping the Nu version to the latest in the `cargo.toml`, (may lead to breaking the script).
Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ plugins:
repository:
url: https://codeberg.org/Taywee/nu-plugin-bexpand
branch: main
- name: nu_plugin_bash_env
language: bash
repository:
url: https://github.com/tesujimath/nu_plugin_bash_env
branch: main
- name: nu_plugin_highlight
language: rust
repository:
Expand Down

0 comments on commit 352b9e3

Please sign in to comment.