diff options
| author | bogem <albertnigma@gmail.com> | 2015-08-28 15:35:33 +0500 | 
|---|---|---|
| committer | bogem <albertnigma@gmail.com> | 2015-08-28 15:35:33 +0500 | 
| commit | 4fa1744141e2027043e4a0ca310a94a30a20a1fb (patch) | |
| tree | 6289bae151134a4ddedb523c33b35c5b3fd4d0a5 /README.md | |
| parent | 878430b71536b2deec240e4a95d5e3764367e60b (diff) | |
| download | git-sonar-4fa1744141e2027043e4a0ca310a94a30a20a1fb.tar.gz git-sonar-4fa1744141e2027043e4a0ca310a94a30a20a1fb.zip | |
Add usage for fish to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -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 | 
