Make defaults live where defaults always live

This commit is contained in:
David Heinemeier Hansson
2026-05-23 11:28:36 +02:00
parent 4cd6593ba3
commit 5fc4921cfc
10 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ plugin_enabled() {
config_source() {
require_omarchy_path
local defaults_file="$OMARCHY_PATH/shell/shell-defaults.json"
local defaults_file="$OMARCHY_PATH/config/omarchy/shell.json"
if [[ -s $CONFIG_FILE ]] && jq -e 'type == "object" and .version == 1' "$CONFIG_FILE" >/dev/null 2>&1; then
printf '%s' "$CONFIG_FILE"