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 = {
|
home = {
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
windows = "systemctl reboot --boot-loader-entry=auto-windows";
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
e = "edit";
|
e = "edit";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue