From 073dbd9b14793d3b0ee0804e7b60e22526c11b4e Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 26 Jul 2026 01:15:45 -0400 Subject: [PATCH] docs: remove hard-coded URL mention from config-update documentation --- docs/fish-config.1 | 7 ++----- docs/fish-config.md | 9 +++------ docs/manual/05-functions/14-miscellaneous.md | 5 ++--- docs/manual/09-installation.md | 4 +--- functions/config-update.fish | 4 +--- 5 files changed, 9 insertions(+), 20 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index f456964..1d1c891 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -1790,9 +1790,8 @@ Typo abbreviation: open-repo (expands to repo-open on space/enter). Synopsis: config-update [-h] [-n] [-f] Pulls the latest fish configuration from the upstream repository -(https://git.rootiest.dev/rootiest/fish-config.git) into \[ti]/.config/fish. -The remote URL is hard-coded, so this works on fresh clones with no git -remote configured. All git output is suppressed; colored messages report +into \[ti]/.config/fish. +All git output is suppressed; colored messages report fetch and merge status. After a successful pull, run \[ga]exec fish\[ga] to reload. @@ -2794,8 +2793,6 @@ config-update --force Stash local changes, pull, then restore the stash \f[R] .fi .PP -The remote URL (https://git.rootiest.dev/rootiest/fish-config.git) is -hard-coded, so this works on a fresh clone with no origin configured. All git output is suppressed. Run exec fish after a successful update to reload. .PP diff --git a/docs/fish-config.md b/docs/fish-config.md index abf355c..316577d 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -1423,9 +1423,8 @@ Add -i (interactive confirmation) to destructive commands: Synopsis: config-update [-h] [-n] [-f] Pulls the latest fish configuration from the upstream repository - (https://git.rootiest.dev/rootiest/fish-config.git) into ~/.config/fish. - The remote URL is hard-coded, so this works on fresh clones with no git - remote configured. All git output is suppressed; colored messages report + into ~/.config/fish. + All git output is suppressed; colored messages report fetch and merge status. After a successful pull, run `exec fish` to reload. @@ -2229,9 +2228,7 @@ configured git remote: config-update --dry-run Preview available changes without applying them config-update --force Stash local changes, pull, then restore the stash -The remote URL (https://git.rootiest.dev/rootiest/fish-config.git) is -hard-coded, so this works on a fresh clone with no origin configured. All -git output is suppressed. Run exec fish after a successful update to reload. +All git output is suppressed. Run exec fish after a successful update to reload. --- diff --git a/docs/manual/05-functions/14-miscellaneous.md b/docs/manual/05-functions/14-miscellaneous.md index bab9ee4..9c91aa9 100644 --- a/docs/manual/05-functions/14-miscellaneous.md +++ b/docs/manual/05-functions/14-miscellaneous.md @@ -105,9 +105,8 @@ helpKeywords: Synopsis: config-update [-h] [-n] [-f] Pulls the latest fish configuration from the upstream repository - (https://git.rootiest.dev/rootiest/fish-config.git) into ~/.config/fish. - The remote URL is hard-coded, so this works on fresh clones with no git - remote configured. All git output is suppressed; colored messages report + into ~/.config/fish. + All git output is suppressed; colored messages report fetch and merge status. After a successful pull, run `exec fish` to reload. diff --git a/docs/manual/09-installation.md b/docs/manual/09-installation.md index db34247..5e02c81 100644 --- a/docs/manual/09-installation.md +++ b/docs/manual/09-installation.md @@ -36,8 +36,6 @@ configured git remote: config-update --dry-run Preview available changes without applying them config-update --force Stash local changes, pull, then restore the stash -The remote URL (https://git.rootiest.dev/rootiest/fish-config.git) is -hard-coded, so this works on a fresh clone with no origin configured. All -git output is suppressed. Run exec fish after a successful update to reload. +All git output is suppressed. Run exec fish after a successful update to reload. --- diff --git a/functions/config-update.fish b/functions/config-update.fish index e175228..11358e8 100644 --- a/functions/config-update.fish +++ b/functions/config-update.fish @@ -6,9 +6,7 @@ # # DESCRIPTION # Pulls the latest fish shell configuration from the upstream repository -# (https://git.rootiest.dev/rootiest/fish-config.git) into ~/.config/fish. -# The remote URL is hard-coded so the update works even if the local clone -# has no configured remote. Git output is suppressed; status is reported +# into ~/.config/fish. Git output is suppressed; status is reported # through colored messages. After a successful pull the function prints a # short summary of changed files. #