Compare commits
2 commits
4ccab0b916
...
3776b1349f
Author | SHA1 | Date | |
---|---|---|---|
3776b1349f | |||
f27b9d0599 |
2 changed files with 7 additions and 1 deletions
|
@ -55,3 +55,9 @@ alias kubegen='kubectl create --dry-run=client -oyaml'
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
alias kg='kubectl get'
|
alias kg='kubectl get'
|
||||||
alias kctx='kubectl config use-context'
|
alias kctx='kubectl config use-context'
|
||||||
|
|
||||||
|
alias ap='ansible-playbook --vault-password-file <(gopass show --password metrans/ansible-vault) --ask-become-pass'
|
||||||
|
alias apd='ansible-playbook --vault-password-file <(gopass show --password metrans/ansible-vault) --ask-become-pass --check --diff'
|
||||||
|
alias api='ansible-playbook -i inventory --vault-password-file <(gopass show --password metrans/ansible-vault) --ask-become-pass'
|
||||||
|
alias apid='ansible-playbook -i inventory --vault-password-file <(gopass show --password metrans/ansible-vault) --ask-become-pass --check --diff'
|
||||||
|
alias an='ansible --become --vault-password-file <(gopass show --password metrans/ansible-vault) --ask-become-pass'
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
# Blue current directory.
|
# Blue current directory.
|
||||||
typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue
|
typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue
|
||||||
|
|
||||||
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|k9s|flux|trivy'
|
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|k9s|flux|trivy|stern|tkn|argocd'
|
||||||
|
|
||||||
# Context format when root: user@host. The first part white, the rest grey.
|
# Context format when root: user@host. The first part white, the rest grey.
|
||||||
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE="%F{$white}%n%f%F{$grey}@%m%f"
|
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE="%F{$white}%n%f%F{$grey}@%m%f"
|
||||||
|
|
Loading…
Add table
Reference in a new issue