rafiki-zsh icon indicating copy to clipboard operation
rafiki-zsh copied to clipboard

👀👻 A zsh friend to watch over you.

Results 2 rafiki-zsh issues
Sort by recently updated
recently updated
newest added

Add terminal commands integration for `rafiki-zsh`. E.g. set emojis ``` $ rafiki --good=muscle --bad=rollingeyes ``` More ideas are welcome. 😊

help wanted

![](https://www.dropbox.com/s/1dbjvgqao9xd4v3/Screen%20Shot%202016-08-17%20at%2010.50.51%20AM.png?raw=1) Users should be able to set custom colours on the prompt. E.g. `panda`, `git:()`, `ft-test-#127978433`. Example variable names. ``` bash $RAFIKI_FOLDER_COLOR='cyan' $RAFIKI_GIT_WRAPPER_COLOR='blue' $RAFIKI_GIT_BRANCH_COLOR='red' ``` The colors should default to...

enhancement