1
0
Fork 0

Compare commits

..

No commits in common. "3776b1349fb10b403986910121dd06186a78dd1b" and "4ccab0b91652dcfb27a3fe807b2c981de412f765" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -55,9 +55,3 @@ alias kubegen='kubectl create --dry-run=client -oyaml'
alias k=kubectl
alias kg='kubectl get'
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'

View file

@ -110,7 +110,7 @@
# Blue current directory.
typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|k9s|flux|trivy|stern|tkn|argocd'
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|k9s|flux|trivy'
# 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"