just: add 'edit' target
This commit is contained in:
parent
1cc652384e
commit
a08b1f2071
2 changed files with 6 additions and 1 deletions
5
justfile
5
justfile
|
@ -8,3 +8,8 @@ run:
|
|||
|
||||
fmt:
|
||||
nix fmt flake.nix
|
||||
|
||||
# See https://github.com/zed-industries/zed/blob/main/docs/src/developing_zed__building_zed_linux.md
|
||||
alias e := edit
|
||||
edit:
|
||||
WALYAND_DISPLAY= nixVulkanIntel zed .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue