docs: remove hard-coded URL mention from config-update documentation
This commit is contained in:
+2
-5
@@ -1790,9 +1790,8 @@ Typo abbreviation: open-repo (expands to repo-open on space/enter).
|
|||||||
Synopsis: config-update [-h] [-n] [-f]
|
Synopsis: config-update [-h] [-n] [-f]
|
||||||
|
|
||||||
Pulls the latest fish configuration from the upstream repository
|
Pulls the latest fish configuration from the upstream repository
|
||||||
(https://git.rootiest.dev/rootiest/fish-config.git) into \[ti]/.config/fish.
|
into \[ti]/.config/fish.
|
||||||
The remote URL is hard-coded, so this works on fresh clones with no git
|
All git output is suppressed; colored messages report
|
||||||
remote configured. All git output is suppressed; colored messages report
|
|
||||||
fetch and merge status. After a successful pull, run \[ga]exec fish\[ga] to
|
fetch and merge status. After a successful pull, run \[ga]exec fish\[ga] to
|
||||||
reload.
|
reload.
|
||||||
|
|
||||||
@@ -2794,8 +2793,6 @@ config-update --force Stash local changes, pull, then restore the stash
|
|||||||
\f[R]
|
\f[R]
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.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.
|
All git output is suppressed.
|
||||||
Run exec fish after a successful update to reload.
|
Run exec fish after a successful update to reload.
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
+3
-6
@@ -1423,9 +1423,8 @@ Add -i (interactive confirmation) to destructive commands:
|
|||||||
Synopsis: config-update [-h] [-n] [-f]
|
Synopsis: config-update [-h] [-n] [-f]
|
||||||
|
|
||||||
Pulls the latest fish configuration from the upstream repository
|
Pulls the latest fish configuration from the upstream repository
|
||||||
(https://git.rootiest.dev/rootiest/fish-config.git) into ~/.config/fish.
|
into ~/.config/fish.
|
||||||
The remote URL is hard-coded, so this works on fresh clones with no git
|
All git output is suppressed; colored messages report
|
||||||
remote configured. All git output is suppressed; colored messages report
|
|
||||||
fetch and merge status. After a successful pull, run `exec fish` to
|
fetch and merge status. After a successful pull, run `exec fish` to
|
||||||
reload.
|
reload.
|
||||||
|
|
||||||
@@ -2229,9 +2228,7 @@ configured git remote:
|
|||||||
config-update --dry-run Preview available changes without applying them
|
config-update --dry-run Preview available changes without applying them
|
||||||
config-update --force Stash local changes, pull, then restore the stash
|
config-update --force Stash local changes, pull, then restore the stash
|
||||||
|
|
||||||
The remote URL (https://git.rootiest.dev/rootiest/fish-config.git) is
|
All git output is suppressed. Run exec fish after a successful update to reload.
|
||||||
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.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -105,9 +105,8 @@ helpKeywords:
|
|||||||
Synopsis: config-update [-h] [-n] [-f]
|
Synopsis: config-update [-h] [-n] [-f]
|
||||||
|
|
||||||
Pulls the latest fish configuration from the upstream repository
|
Pulls the latest fish configuration from the upstream repository
|
||||||
(https://git.rootiest.dev/rootiest/fish-config.git) into ~/.config/fish.
|
into ~/.config/fish.
|
||||||
The remote URL is hard-coded, so this works on fresh clones with no git
|
All git output is suppressed; colored messages report
|
||||||
remote configured. All git output is suppressed; colored messages report
|
|
||||||
fetch and merge status. After a successful pull, run `exec fish` to
|
fetch and merge status. After a successful pull, run `exec fish` to
|
||||||
reload.
|
reload.
|
||||||
|
|
||||||
|
|||||||
@@ -36,8 +36,6 @@ configured git remote:
|
|||||||
config-update --dry-run Preview available changes without applying them
|
config-update --dry-run Preview available changes without applying them
|
||||||
config-update --force Stash local changes, pull, then restore the stash
|
config-update --force Stash local changes, pull, then restore the stash
|
||||||
|
|
||||||
The remote URL (https://git.rootiest.dev/rootiest/fish-config.git) is
|
All git output is suppressed. Run exec fish after a successful update to reload.
|
||||||
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.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -6,9 +6,7 @@
|
|||||||
#
|
#
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
# Pulls the latest fish shell configuration from the upstream repository
|
# Pulls the latest fish shell configuration from the upstream repository
|
||||||
# (https://git.rootiest.dev/rootiest/fish-config.git) into ~/.config/fish.
|
# into ~/.config/fish. Git output is suppressed; status is reported
|
||||||
# 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
|
|
||||||
# through colored messages. After a successful pull the function prints a
|
# through colored messages. After a successful pull the function prints a
|
||||||
# short summary of changed files.
|
# short summary of changed files.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user