[catchup] Updates from hungryroot.service
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user