Skip to content

Commit

Permalink
Add guid command for powershell (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwojo committed Jan 30, 2021
1 parent 635421f commit d503b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TerminalDocs/customize-settings/profile-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ Profiles can use a GUID as a unique identifier. To make a profile your default p

**Accepts:** GUID as a string in registry format: `"{00000000-0000-0000-0000-000000000000}"`

<br />
> [!TIP]
> You can run `[guid]::NewGuid()` in PowerShell to generate a GUID for your custom profile.
___

Expand Down

0 comments on commit d503b92

Please sign in to comment.