Skip to content

Instantly share code, notes, and snippets.

@teberl
Created November 27, 2021 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teberl/140b94e16bd353cf6bdbf413dd5237ba to your computer and use it in GitHub Desktop.
Save teberl/140b94e16bd353cf6bdbf413dd5237ba to your computer and use it in GitHub Desktop.
Set-PoshPrompt -Theme craver # https://ohmyposh.dev/docs/themes#robbyrussel
Import-Module git-aliases -DisableNameChecking
Import-Module -Name Terminal-Icons
Import-Module z
# Custom Aliases
set-alias npms "Start-Npm"
function Start-Npm {
$env:PORT = 9002; npm start;
}
@teberl
Copy link
Author

teberl commented Nov 27, 2021

MyTerminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment