move jj config to XDG_CONFIG_HOME

This commit is contained in:
Matthew Ryan Dillon 2025-04-07 11:19:28 -04:00 committed by Matthew Ryan Dillon
parent 88b5f0af95
commit a90c758e87
2 changed files with 5 additions and 3 deletions

View file

@ -79,7 +79,9 @@ for fp in $check_paths; do
done
export -U PATH
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
export XDG_CONFIG_HOME=$HOME/.config
export OLLAMA_API_BASE=http://127.0.0.1:11434
export XDG_CONFIG_HOME=$HOME/.config
export JJ_CONFIG=$XDG_CONFIG_HOME/jj/config.toml
export OLLAMA_API_BASE=http://127.0.0.1:11434
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc