feat(cli): add windows alias to reboot into Windows

This commit is contained in:
Mohammad Rafiq 2025-06-18 21:22:38 +08:00
parent 32a4144c42
commit 335cf06e59
No known key found for this signature in database

View file

@ -31,6 +31,7 @@
}; };
home = { home = {
shellAliases = { shellAliases = {
windows = "systemctl reboot --boot-loader-entry=auto-windows";
v = "nvim"; v = "nvim";
e = "edit"; e = "edit";
cd = "z"; cd = "z";