mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
f908912cea
commit
ff638f5e26
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# $DOTFILES/tools/zsh/mod/env.zsh
|
||||
# vim:ft=zsh
|
||||
# Date: 2024-11-30
|
||||
# Author: js0ny
|
||||
# Sourced by user's zshrc 在用户的 zshrc 中被引用
|
||||
|
|
@ -8,4 +9,9 @@
|
|||
# 这个文件只存储只在交互式会话中调用的环境变量。
|
||||
|
||||
export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython
|
||||
|
||||
{{ if .manageSecret }}
|
||||
|
||||
export OPENROUTER_API_KEY={{- "secrets/OPENROUTER_API_KEY.age" | include | decrypt -}}
|
||||
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue