Compare commits

..

No commits in common. "9a39b4b7c5d1e383b490e389292299f17637e2ed" and "642f451836c28b1f9f51a1c56f7785f156e91bf5" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +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

View file

@ -14,6 +14,7 @@ alias ssh="TERM=xterm ssh"
alias sshpass="ssh -o PubkeyAuthentication=no"
alias scppass="scp -o PubkeyAuthentication=no"
alias k="kubectl"
alias t="tanzu"
alias ll="ls -la"
# Import local prefs from ~/.zshlocal, if present