geometry-zsh / geometry

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

Add plugin support for left prompt (PROMPT) #188

Closed desyncr closed 6 years ago

desyncr commented 6 years ago

PENDING

From: https://trello.com/c/U2xwxwzJ/13-enable-left-prompt-customization

Configuration examples

Default

plugable-prompt

GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path hostname)
GEOMETRY_PROMPT_PLUGINS_SECONDARY=(exec_time jobs git hg)

Full

screenshot from 2017-11-25 14-41-13

GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path hostname)
GEOMETRY_PROMPT_PLUGINS_SECONDARY=(exec_time jobs node ruby rustup virtualenv docker_machine git hg)

Custom prompt

screenshot from 2017-11-25 18-59-28

GEOMETRY_PROMPT_SUFFIX=$'\n └─▪'
GEOMETRY_PROMPT='┌─ [$(whoami)]'
GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path hostname)

Movable plugins

plugable-prompt-node

GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path node)
GEOMETRY_PROMPT_PLUGINS_SECONDARY=(git)
desyncr commented 6 years ago

This is done. Let me know what you guys think!

desyncr commented 6 years ago

@fribmendes @jedahan Do we merge it?

frm commented 6 years ago

@desyncr it's a go from my end.