DEV Community

Discussion on: Can I see your terminal?

Collapse
 
arnaudmorisset profile image
Arnaud Morisset

Just one line in my .zshrc. ;)

export PROMPT='%F{235}%B%c%b%f$(_currentKubernetesContextName)$(_currentEnvironmentName)%(?.(%F{198}♄%f‿%F{198}♄%f.(%F{75}àČ„%f_%F{75}àČ„%f)) '

NB: You can omit the Kubernetes part.

Thread Thread
 
2h0n profile image
2h0n

cheers mate.