Remotely/Remotely_Server/wwwroot/scripts/UserSettings.ts
2021-07-29 07:53:43 -07:00

11 lines
231 B
TypeScript

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