add ansible, minikube, pygmentize bashrc config

This commit is contained in:
Gered 2024-09-16 08:44:43 -04:00
parent 9731e4c3e5
commit 6b8d40b9eb
3 changed files with 5 additions and 0 deletions

1
bashrc.d/ansible.bashrc Normal file
View file

@ -0,0 +1 @@
export ANSIBLE_STDOUT_CALLBACK=yaml

1
bashrc.d/minikube.bashrc Normal file
View file

@ -0,0 +1 @@
export MINIKUBE_IN_STYLE=false

View file

@ -0,0 +1,3 @@
if command -v pygmentize &> /dev/null; then
export LESSCOLORIZER="pygmentize -O style=one-dark"
fi