Skip to content

Commit

Permalink
revert: remove /usr/bin/env path
Browse files Browse the repository at this point in the history
  • Loading branch information
rrojan committed Aug 25, 2024
1 parent ef16802 commit 1f5ec99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,7 @@ const editors: ILinuxExternalEditor[] = [
},
{
name: 'Helix',
paths: [
'/usr/bin/hx',
'/usr/bin/env hx'
],
paths: ['/usr/bin/hx'],
},
]

Expand Down

0 comments on commit 1f5ec99

Please sign in to comment.