akabiru / rafiki-zsh

👀👻 A zsh friend to watch over you.
52 stars 12 forks source link

Colour customization #1

Open akabiru opened 7 years ago

akabiru commented 7 years ago

Users should be able to set custom colours on the prompt. E.g. panda, git:(), ft-test-#127978433.

Example variable names.

$RAFIKI_FOLDER_COLOR='cyan'
$RAFIKI_GIT_WRAPPER_COLOR='blue'
$RAFIKI_GIT_BRANCH_COLOR='red'

The colors should default to the above if the user doesn't set them.

NOTE: The explicit use of prefix RAFIKI is to avoid variable conflicts.