Remotely/Server/wwwroot/scripts/UserSettings.ts
2021-07-29 07:54:02 -07:00

11 lines
219 B
TypeScript

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