mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 16:07:01 -06:00
Fix privateDomain template data dict prop drilling
This commit is contained in:
@@ -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 }}"
|
export OPENAI_API_KEY="{{ (rbw "OpenAI - chatgpt-cli Key").data.password }}"
|
||||||
|
|
||||||
# hishtory
|
# hishtory
|
||||||
export HISHTORY_SERVER="https://hsh.{{ .privateDomain }}"
|
export HISHTORY_SERVER="https://hsh.{{ .data.privateDomain }}"
|
||||||
export PATH="$PATH:$HOME/.hishtory"
|
export PATH="$PATH:$HOME/.hishtory"
|
||||||
{{ if eq .shell "zsh" -}}
|
{{ if eq .shell "zsh" -}}
|
||||||
source $HOME/.hishtory/config.zsh
|
source $HOME/.hishtory/config.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user