Files
dotfiles/mise/config.toml
Valeriy Filippov b4f025c019 mise: fix mise env decryption problem
mise use rops under the hood, so variable SOPS_AGE_KEY_FILE not working
properly when you open new terminal pane in directory under mise config.
Change it to sops.age_key_file setting fixes the problem.
2026-04-06 17:43:39 +03:00

21 lines
476 B
TOML

[settings]
experimental = true
env_shell_expand = true
sops.age_key_file = "$HOME/.config/sops/.age"
[env]
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"