add ansible, minikube, pygmentize bashrc config
This commit is contained in:
parent
9731e4c3e5
commit
6b8d40b9eb
1
bashrc.d/ansible.bashrc
Normal file
1
bashrc.d/ansible.bashrc
Normal file
|
@ -0,0 +1 @@
|
|||
export ANSIBLE_STDOUT_CALLBACK=yaml
|
1
bashrc.d/minikube.bashrc
Normal file
1
bashrc.d/minikube.bashrc
Normal file
|
@ -0,0 +1 @@
|
|||
export MINIKUBE_IN_STYLE=false
|
3
bashrc.d/pygmentize.bashrc
Normal file
3
bashrc.d/pygmentize.bashrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
if command -v pygmentize &> /dev/null; then
|
||||
export LESSCOLORIZER="pygmentize -O style=one-dark"
|
||||
fi
|
Loading…
Reference in a new issue