move jj config to XDG_CONFIG_HOME
This commit is contained in:
parent
88b5f0af95
commit
a90c758e87
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue