Skip to content

Commit

Permalink
Fix not reading multiple paths to open
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschmitt committed Jan 31, 2025
1 parent 1c28ecd commit 86544b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zide-edit
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ while [[ $# -gt 0 ]]; do
done

paths=$@
path=${paths[0]}
path=${paths%% *}

# Focus editor pane, must be the next pane after yazi
zellij action focus-next-pane
Expand Down

0 comments on commit 86544b9

Please sign in to comment.