Skip to content

Commit 3b55089

Browse files
committed
improve README
1 parent c58d31e commit 3b55089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ z -b foo # 跳转到父目录中名称以 foo 开头的那一级
8888

8989
`env.nu` 中加入如下代码:
9090

91-
luajit z.lua --init nushell | save -f ~/.cache/zlua.nu
91+
lua /path/to/z.lua --init nushell | save -f ~/.cache/zlua.nu
9292

9393
然后在 `config.nu` 中加入如下代码:
9494

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ z -b foo bar # replace foo with bar in cwd and cd there
131131

132132
Put something like this in your `env.nu`:
133133

134-
luajit z.lua --init nushell | save -f ~/.cache/zlua.nu
134+
lua /path/to/z.lua --init nushell | save -f ~/.cache/zlua.nu
135135

136136
Then put something like this in your `config.nu`:
137137

0 commit comments

Comments
 (0)