Just add it into your .bashrc file.
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
export PS1="\e[36m\u@\h \[\e[32m\]\w \[\e[93m\]\$(parse_git_branch)\[\e[00m\]$ "
Just add it into your .bashrc file.
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
export PS1="\e[36m\u@\h \[\e[32m\]\w \[\e[93m\]\$(parse_git_branch)\[\e[00m\]$ "
Monitoração web e de certificados digitais com Grafana, InfluxDB, Telegraf e K6, validando disponibilidade e performance.
JavaScript 2
Um stack completo para um ambiente orientado a eventos, utilizando AWS IoT, AWS Lambda, Terraform, Serverless, Docker e NodeRed
Playbook para discovery de hosts linux, em ambientes de datacenter convencional ou cloud.
Shell