mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix(snap): add $SNAP/usr/bin to $PATH in snap
This commit is contained in:
parent
bcce513c75
commit
0bd5d2fe9e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ apps:
|
||||||
yazi:
|
yazi:
|
||||||
command: yazi
|
command: yazi
|
||||||
environment:
|
environment:
|
||||||
PATH: $SNAP/bin:$PATH
|
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
yazi:
|
yazi:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue