From c28029681d99866698400d3ffa1102a6ad93810d Mon Sep 17 00:00:00 2001 From: alexion Date: Sun, 5 Jul 2026 19:43:35 -0400 Subject: [PATCH] chore: Installed on Zeus Removed .config/dot/.tmp from tracking: it was an empty 0-byte file that had been committed by accident on another machine and was never meant to be part of the repo. Recorded fish_variables as it stands after first boot on this machine: fish stamped __fish_initialized with its own version marker (bootstrap bookkeeping, not user config) alongside the already-tracked pure prompt theme, done plugin settings, and fisher plugin registration. --- .config/dot/.tmp | 0 .config/fish/fish_variables | 1 + 2 files changed, 1 insertion(+) delete mode 100644 .config/dot/.tmp diff --git a/.config/dot/.tmp b/.config/dot/.tmp deleted file mode 100644 index e69de29..0000000 diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 2a11029..5d96120 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -2,6 +2,7 @@ # VERSION: 3.0 SETUVAR __done_min_cmd_duration:10000 SETUVAR __done_notification_urgency_level:low +SETUVAR __fish_initialized:4300 SETUVAR _fisher_jorgebucaran_2F_fishtape_files:\x7e/\x2econfig/fish/functions/fishtape\x2efish\x1e\x7e/\x2econfig/fish/completions/fishtape\x2efish SETUVAR _fisher_plugins:jorgebucaran/fishtape SETUVAR _fisher_upgraded_to_4_4:\x1d