From 47b9484395d23f3b535104101722d50553d8ed6c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 2 Jun 2022 08:21:51 -0500 Subject: [PATCH] pwsh: add tanzu and kubectl aliases --- pwsh/Microsoft.PowerShell_profile.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index b85f828..438350a 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -1,2 +1,4 @@ +New-Alias t tanzu +New-Alias k kubectl oh-my-posh init pwsh --config https://raw.githubusercontent.com/jbowdre/dotfiles/main/oh-my-posh/vpotato.minimal.omp.json | Invoke-Expression Enable-PoshTransientPrompt