mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
Compare commits
No commits in common. "9a39b4b7c5d1e383b490e389292299f17637e2ed" and "642f451836c28b1f9f51a1c56f7785f156e91bf5" have entirely different histories.
9a39b4b7c5
...
642f451836
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
New-Alias t tanzu
|
||||||
New-Alias k kubectl
|
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
|
oh-my-posh init pwsh --config https://raw.githubusercontent.com/jbowdre/dotfiles/main/oh-my-posh/vpotato.minimal.omp.json | Invoke-Expression
|
||||||
Enable-PoshTransientPrompt
|
Enable-PoshTransientPrompt
|
||||||
|
|
|
@ -14,6 +14,7 @@ alias ssh="TERM=xterm ssh"
|
||||||
alias sshpass="ssh -o PubkeyAuthentication=no"
|
alias sshpass="ssh -o PubkeyAuthentication=no"
|
||||||
alias scppass="scp -o PubkeyAuthentication=no"
|
alias scppass="scp -o PubkeyAuthentication=no"
|
||||||
alias k="kubectl"
|
alias k="kubectl"
|
||||||
|
alias t="tanzu"
|
||||||
alias ll="ls -la"
|
alias ll="ls -la"
|
||||||
|
|
||||||
# Import local prefs from ~/.zshlocal, if present
|
# Import local prefs from ~/.zshlocal, if present
|
||||||
|
|
Loading…
Reference in a new issue