Skip to content

Commit

Permalink
Fixed Zed editor path
Browse files Browse the repository at this point in the history
  • Loading branch information
MVDW-Java committed Dec 25, 2024
1 parent 7c620c5 commit deef09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const editors: ILinuxExternalEditor[] = [
'/usr/bin/zedit',
'/usr/bin/zeditor',
'/usr/bin/zed-editor',
'~/.local/bin/zed',
'.local/bin/zed',
'/usr/bin/zed',
],
},
Expand Down

0 comments on commit deef09b

Please sign in to comment.