Remotely/Remotely_Server/wwwroot/scripts/UserSettings.ts
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

11 lines
241 B
TypeScript

export const UserSettings = new class {
PromptString = "~>";
CommandModeShortcuts = {
"Remotely": "/remotely",
"PSCore": "/pscore",
"WinPS": "/winps",
"CMD": "/cmd",
"Bash": "/bash"
}
}