dotfiles v1.0.1

This commit is contained in:
Your Name
2026-06-19 19:54:13 +00:00
parent 3f96606604
commit f6757cb4c6
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
# DOTFILES_DIR holds the template files; DOTFILES_BACKUP_DIR holds backups
# and the last-update-check timestamp.
set -g DOTFILES_VERSION "Current version: vCurrent version: v1.0.0 1.1.0 v1.1.1"
set -g DOTFILES_VERSION "1.0.1"
# --- Remote repository (set this to enable auto-updates) --------------------
# Example:

View File

@@ -606,7 +606,7 @@ function _dotfiles_prompt_version -d "Prompt for version, defaulting to minor bu
set -l current $argv[1]
set -l suggested (_dotfiles_bump_minor "$current")
echo "Current version: v$current"
echo "Current version: v$current" >&2
# Use double quotes so $suggested expands in the prompt string.
read -p "echo \"New version (press Enter for v$suggested): \"" -l custom