From f6757cb4c67b8f07b2b830098081ab8b903ba9c2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 19 Jun 2026 19:54:13 +0000 Subject: [PATCH] dotfiles v1.0.1 --- .config/fish/config.fish | 2 +- .config/fish/functions/dotfiles.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index dd6e860..1238ea5 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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: diff --git a/.config/fish/functions/dotfiles.fish b/.config/fish/functions/dotfiles.fish index 6760ea2..c661b10 100644 --- a/.config/fish/functions/dotfiles.fish +++ b/.config/fish/functions/dotfiles.fish @@ -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