temp: commit privateDomain.age setup

This commit is contained in:
2024-10-13 23:18:36 -05:00
parent f4c0fb2dac
commit 306c08495d
5 changed files with 10 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export TERM=xterm-256color # fixes terminal colors when ssh'ing into laptop
export OPENAI_API_KEY="{{ (rbw "OpenAI - chatgpt-cli Key").data.password }}"
# hishtory
export HISHTORY_SERVER="https://hsh.***REMOVED***"
export HISHTORY_SERVER="https://hsh.{{ template "keys.tmpl" "privateDomain" }}"
export PATH="$PATH:$HOME/.hishtory"
{{ if eq . "zsh" -}}
source $HOME/.hishtory/config.zsh