Skip to content

Commit

Permalink
docs: updated shell wrapper for fish in quick-start.md (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jktjkt15 authored Aug 8, 2024
1 parent dbdd05d commit 750c199
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 @@ -41,7 +41,7 @@ function yy() {
function yy
set tmp (mktemp -t "yazi-cwd.XXXXXX")
yazi $argv --cwd-file="$tmp"
if set cwd (cat -- "$tmp"); and [ -n "$cwd" ]; and [ "$cwd" != "$PWD" ]
if set cwd (command cat -- "$tmp"); and [ -n "$cwd" ]; and [ "$cwd" != "$PWD" ]
cd -- "$cwd"
end
rm -f -- "$tmp"
Expand Down

0 comments on commit 750c199

Please sign in to comment.