Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions zsh/functions/migrate-laptop.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ EOF
WiFi Credentials Export
======================
Created: $(date)
Machine: $(hostname)
Machine: $HOST

This directory contains:
- wifi-networks.xml: List of saved WiFi networks
Expand Down Expand Up @@ -611,8 +611,8 @@ backup-before-migration() {
cat > "$backup_dir/MANIFEST.txt" << EOF
Laptop Migration Backup
Created: $(date)
Machine: $(hostname)
User: $(whoami)
Machine: $HOST
User: $USER

Contents:
$(ls -la "$backup_dir")
Expand Down