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 c58d31e commit 3b55089Copy full SHA for 3b55089
README.cn.md
@@ -88,7 +88,7 @@ z -b foo # 跳转到父目录中名称以 foo 开头的那一级
88
89
在 `env.nu` 中加入如下代码:
90
91
- luajit z.lua --init nushell | save -f ~/.cache/zlua.nu
+ lua /path/to/z.lua --init nushell | save -f ~/.cache/zlua.nu
92
93
然后在 `config.nu` 中加入如下代码:
94
README.md
@@ -131,7 +131,7 @@ z -b foo bar # replace foo with bar in cwd and cd there
131
132
Put something like this in your `env.nu`:
133
134
135
136
Then put something like this in your `config.nu`:
137
0 commit comments