move jj config to XDG_CONFIG_HOME #11

Merged
thermokarst merged 1 commit from thermokarst_jj_txswmkkwkvol into main 2025-04-07 15:27:51 +00:00
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