feat(cli): add windows
alias to reboot into Windows
This commit is contained in:
parent
32a4144c42
commit
335cf06e59
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
};
|
||||
home = {
|
||||
shellAliases = {
|
||||
windows = "systemctl reboot --boot-loader-entry=auto-windows";
|
||||
v = "nvim";
|
||||
e = "edit";
|
||||
cd = "z";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue