dotfiles v1.0.5
This commit is contained in:
@@ -382,6 +382,12 @@ if test -f "$repo_file"
|
||||
set -gx DOTFILES_REPO_URL (command cat "$repo_file")
|
||||
end
|
||||
|
||||
# Ensure there's always a default branch, even if config.fish hasn't been
|
||||
# reloaded after a framework update.
|
||||
if not set -q DOTFILES_REPO_BRANCH
|
||||
set -gx DOTFILES_REPO_BRANCH "main"
|
||||
end
|
||||
|
||||
|
||||
# ══════════════════════════════════════════════════════════════════════════════
|
||||
# dotfiles_sync — full sync: git pull + update all dotfiles
|
||||
|
||||
Reference in New Issue
Block a user