export const UserSettings = new class { constructor() { this.PromptString = "~>"; this.CommandModeShortcuts = { "Web": "/web", "PSCore": "/pscore", "WinPS": "/winps", "CMD": "/cmd", "Bash": "/bash" }; } }; //# sourceMappingURL=UserSettings.js.map