Skip to content

config-update

Terminal window
config-update [-h] [-n] [-f]
Pulls the latest fish configuration from the upstream repository
into ~/.config/fish.
All git output is suppressed; colored messages report
fetch and merge status. After a successful pull, run `exec fish` to
reload.
Flags:
--dry-run / -n Fetch and show available commits without applying them.
--force / -f Stash local changes, pull, then restore the stash.
--help / -h Show usage.
Terminal window
config-update
config-update --dry-run
config-update --force