[catchup] Updates from hungryroot.service

This commit is contained in:
2026-07-28 11:06:13 -04:00
parent 19c180f2df
commit 39c5d71a3c
5 changed files with 23 additions and 17 deletions

View File

@ -79,6 +79,10 @@ eval "$(direnv hook /bin/zsh)"
[[ -d "$HOME/.local/opencode/bin" ]] && export PATH="$HOME/.local/opencode/bin":$PATH
[[ -d "$HOME/.opencode/bin" ]] && export PATH="$HOME/.opencode/bin":$PATH
export LIFE_API_KEY=$(pass show personal/apikey/vrobbler)
export ANTHROPIC_API_KEY=$(pass show work/hungryroot/apikeys/anthropic)
# See ~/.aliases for the various aliases seen in here
source "$HOME/.aliases"
@ -87,3 +91,6 @@ export PATH="$PATH:/home/powellc/.lmstudio/bin"
# End of LM Studio CLI section
export OLLAMA_HOST=0.0.0.0
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"