mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
17 lines
479 B
Bash
17 lines
479 B
Bash
# $DOTFILES/tools/zsh/mod/env.zsh
|
|
# vim:ft=zsh
|
|
# Date: 2024-11-30
|
|
# Author: js0ny
|
|
# Sourced by user's zshrc 在用户的 zshrc 中被引用
|
|
|
|
# This file stores only environment variables that only called by
|
|
# interactive session.
|
|
# 这个文件只存储只在交互式会话中调用的环境变量。
|
|
|
|
export IPYTHONDIR="$XDG_CONFIG_HOME"/ipython
|
|
|
|
{{ if .manageSecret }}
|
|
|
|
export OPENROUTER_API_KEY={{- "secrets/OPENROUTER_API_KEY.age" | include | decrypt | quote -}}
|
|
|
|
{{ end }}
|