1
0
Fork 0
This commit is contained in:
Von Random 2025-04-18 20:48:27 +03:00
parent a3482c92a6
commit 871d1f6ae1
4 changed files with 26 additions and 14 deletions

View file

@ -1,9 +1,5 @@
[tools]
python = "3.13"
[env._.python.venv]
path = "venv"
create = true
[env]
_.python.venv = ".venv"
[[hooks.enter]]
shell = "fish"
@ -21,9 +17,10 @@ script = """
[[hooks.enter]]
shell = "zsh"
script = """
export YC_TOKEN=$(yc iam create-token)
export YC_CLOUD_ID=$(yc config get cloud-id)
export YC_FOLDER_ID=$(yc config get folder-id)
YC_TOKEN=$(yc iam create-token)
YC_CLOUD_ID=$(yc config get cloud-id)
YC_FOLDER_ID=$(yc config get folder-id)
export YC_TOKEN YC_CLOUD_ID YC_FOLDER_ID
"""
[[hooks.leave]]
shell = "zsh"