Sync 20241109

This commit is contained in:
js0ny 2024-11-09 11:20:58 +00:00
parent b9dda715fb
commit 855fc9db2c
3 changed files with 11 additions and 2 deletions

View file

@ -60,7 +60,7 @@ function Set-SystemTheme {
Write-Host "已切换到浅色模式"
}
}
Set-Alias "theme" "Set-SystemTheme"
Set-Alias "dark-mode" "Set-SystemTheme" # Consistent with macOS (`dark-mode`)
# Miscs #