Skip to content

Commit

Permalink
fix: def-env is deprecated and will be removed in 0.88 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee88688 authored Nov 22, 2023
1 parent e585c5b commit 3a3f952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ end
<TabItem value="nushell" label="Nushell">
```shell
def-env ya [] {
def --env ya [] {
let tmp = $"($env.TEMP)(char path_sep)yazi-cwd." + (random chars -l 5)
yazi --cwd-file $tmp
let cwd = (open $tmp)
Expand Down

0 comments on commit 3a3f952

Please sign in to comment.