zshrc: ~/.secrets laden fuer API-Keys (lokal, nicht im Repo)
This commit is contained in:
parent
8f5d8f3e99
commit
1fa8e777d5
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
|
||||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# 1b) Secrets laden (API-Keys etc. — Datei liegt lokal, NICHT im Repo)
|
||||||
|
[[ -f "$HOME/.secrets" ]] && source "$HOME/.secrets"
|
||||||
|
|
||||||
# 2) Oh My Zsh Basis
|
# 2) Oh My Zsh Basis
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue