Skip to content

Instantly share code, notes, and snippets.

View JoseRobertoR's full-sized avatar
🙃
Hey, hey!!!

José Roberto Ramírez Mendoza JoseRobertoR

🙃
Hey, hey!!!
View GitHub Profile
@JoseRobertoR
JoseRobertoR / bashrc
Created December 10, 2020 19:37 — forked from micahhausler/bashrc
Kubernetes PS1
NORMAL="\[\033[00m\]"
BLUE="\[\033[01;34m\]"
RED="\[\e[1;31m\]"
YELLOW="\[\e[1;33m\]"
GREEN="\[\e[1;32m\]"
PS1_WORKDIR="\w"
PS1_HOSTNAME="\h"
PS1_USER="\u"
__kube_ps1()