Add open command

This commit is contained in:
Martin Pander
2025-02-27 09:03:02 +01:00
parent 0e3e5077f3
commit b606d2a33d

View File

@ -86,4 +86,9 @@
BAT_THEME = "Coldark-Cold";
}
];
home.shellAliases = lib.mkMerge [ {
open = "explorer.exe .";
}
];
}