geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
931 stars 94 forks source link

Enable use of kube-ps1 instead of kube plugin #261

Closed olegTarassov closed 5 years ago

olegTarassov commented 5 years ago

Enable use of kube-ps1 that behaves faster and better then geometry plugin kube

This appends on the RPROMP of the PS1 the k8s context.

jedahan commented 5 years ago

Now that geometry v2 is released (mnml branch), we dont even need this plugin, just GEOMETRY_RPROMPT+=(kube_ps1) and it will work!