mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
Merge branch 'main' of github.com:jbowdre/dotfiles
This commit is contained in:
commit
ae804e9387
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue