dotfiles v1.0.1
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user