Merge branch 'main' of github.com:jbowdre/dotfiles

This commit is contained in:
John Bowdre 2023-01-22 13:51:50 -06:00
commit ae804e9387
2 changed files with 0 additions and 2 deletions

View file

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