2020-03-16 14:22:43 +01:00
|
|
|
# This script should be sourced, not executed.
|
|
|
|
|
|
2022-08-09 18:13:29 +02:00
|
|
|
# `idf_tools.py export --deactivate` create statement, with keyword unset, but fish shell support only `set --erase variable`
|
2021-11-08 17:55:03 +01:00
|
|
|
function unset
|
|
|
|
|
set --erase $argv
|
|
|
|
|
end
|
|
|
|
|
|
2023-11-08 16:56:19 +01:00
|
|
|
set script_dir (dirname (realpath (status -f)))
|
|
|
|
|
eval ("$script_dir"/activate.py --export)
|