mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
10 lines
306 B
Fish
10 lines
306 B
Fish
# This script should be sourced, not executed.
|
|
|
|
# `idf_tools.py export --deactivate` create statement, with keyword unset, but fish shell support only `set --erase variable`
|
|
function unset
|
|
set --erase $argv
|
|
end
|
|
|
|
set script_dir (dirname (realpath (status -f)))
|
|
eval ("$script_dir"/activate.py --export)
|