P

Patrick McIntosh

Hi there random curious person. I'm a full-stack software developer who likes to: - herd cats - chase a chinchilla - tinker with side projects

Suppress Windows Powershell advertisement in windows terminal.

Credit to this StackOverflow Post If you're using the original Powershell in Windows, you may frequently be greeted by this prompt. Windows Powershell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\ If you are slightly annoyed by it or find that it is causing Powershell to take longer to startup, there is a way to disable it. Using Windows Terminal, you can modify the Powershell launch settings by going to the pro...
Read post

Snowflakes

❅ ❆ ❅ ❆ ❅ ❆ ❅ ❆ ❅ ❆ ❅ ❆ Code shamelessly taken from here ...
Read post

Hello World # 2

Lets take this for a test ride. Big heading Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 This should be a list of items this is a list This should be a code block console.log('Hello World'); This should have inline code tags. This wonderful thing right here is a table... Description Status Is this working? Yes ...
Read post

Hello World

Lets take this for a test ride. Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 This should be a list of items this sub item is a list Numbered list This is also a list Checklist [ ] Item 1 [x] Done Item 2 [ ] One last thing Emoji ✅☑✔ This should be a code block // commentary function Hello() { let hello = "World!"; const world = 123; const obj = { hello: "World!" }; if ( 1 > 2 ) console.log('this is a problem'); else if ...
Read post