Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
athul authored Dec 23, 2019
1 parent cd32218 commit 2d9cd6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add this to your `.bashrc` file:
```bash
prompt_shelby_load() {
if [ $? != 0 ]; then
local prompt_symbol="\[\e[0;31m\]❯\[\e[0m\]"
local prompt_symbol="\[\e[1;32m\]❯\[\e[0m\]"
else
local prompt_symbol="\[\e[0;35m\]❯\[\e[0m\]"
fi
Expand All @@ -71,11 +71,11 @@ prompt_shelby_load() { /path/to/shelby } #change it with the original path
add-zsh-hook precmd prompt_shelby_load

prompt_symbol=''
PROMPT="%(?.%F{magenta}.%F{red})${prompt_symbol}%f "
PROMPT="%(?.%F{green}.%F{red})${prompt_symbol}%f "
```
### Its Still in WIP :sweat_smile:
**Most of the code is derived from** :heart:
**Most of the logic is derived from** :heart:
- [Mímir by @talal](https://github.com/talal/mimir)
- [Powerline-Go by @justjanne](https://github.com/justjanne/powerline-go/)

0 comments on commit 2d9cd6d

Please sign in to comment.