summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-28 12:05:41 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-28 12:05:41 +0100
commitda76c7dcbc9b52e881c864c7014dbf2a0aaf43b5 (patch)
tree623da951cfbd707aea7081245ac21abc15beb692
parentfd2c201c69ebfd077d6f7be5d09bcdbb147acc59 (diff)
parent4fa1744141e2027043e4a0ca310a94a30a20a1fb (diff)
downloadgit-sonar-da76c7dcbc9b52e881c864c7014dbf2a0aaf43b5.tar.gz
git-sonar-da76c7dcbc9b52e881c864c7014dbf2a0aaf43b5.zip
Merge pull request #33 from bogem/fish_readme
Add usage for fish to README
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index d4bd3dd..0a90a6e 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,19 @@ Add to your `.zshrc`
export PROMPT="$PROMPT$(git-radar --zsh --fetch) "
```
+**fish**
+
+Add to your `config.fish`
+```bash
+function fish_prompt
+ set_color $fish_color_cwd
+ echo -n (prompt_pwd)
+ git-radar --fish -fetch
+ set_color normal
+ echo -n ' > '
+end
+```
+
## Features
### Files status