Add open command
This commit is contained in:
@ -86,4 +86,9 @@
|
||||
BAT_THEME = "Coldark-Cold";
|
||||
}
|
||||
];
|
||||
|
||||
home.shellAliases = lib.mkMerge [ {
|
||||
open = "explorer.exe .";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user