22 lines
501 B
TOML
22 lines
501 B
TOML
[settings]
|
|
experimental = true
|
|
env_shell_expand = true
|
|
|
|
[env]
|
|
_.file = ".secrets.yaml"
|
|
SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age"
|
|
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
|
K9S_FEATURE_GATE_NODE_SHELL = true
|
|
|
|
[shell_alias]
|
|
nvimc = "nvim ~/.config"
|
|
nvimm = "nvim ~/.config/mise/config.toml"
|
|
nvimn = "nvim ~/.config/nvim"
|
|
nvimz = "nvim ~/.config/zsh/.zshrc"
|
|
|
|
gh = "cd ~ && clear"
|
|
gw = "cd ~/work && clear"
|
|
gp = "cd ~/personal && clear"
|
|
|
|
ytr = "fabric-ai -p rate_content -g ru -s -y"
|