fish :)
This commit is contained in:
parent
65833649f4
commit
4b93bb22db
1 changed files with 9 additions and 0 deletions
9
.env.fish
Normal file
9
.env.fish
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Copyright 2023 jacqueline <me@jacqueline.id.au>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
set -l repo_dir (cd (dirname $_) && pwd)
|
||||
set -gx PROJ_PATH $repo_dir
|
||||
set -gx IDF_PATH $repo_dir/lib/esp-idf
|
||||
. $IDF_PATH/export.fish
|
||||
|
Loading…
Add table
Reference in a new issue