DEV Community

Discussion on: Can I see your terminal?

Collapse
 
arnaudmorisset profile image
Arnaud Morisset • Edited

Nice post, here is mine. It's really "classic" with a little companion:

iterm

Collapse
 
2h0n profile image
2h0n

that's cool. how?

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.