-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fish support #5
Comments
+1 |
You can use --bash option to build your prompt with fish
It would be nice at least a mention about this in the readme. I'm happy to make a PR. |
Thats quick @kernelp4nic :) But its not working.. i have lot of unstaged changes, it just displayes |
@Rameshv sorry I don't use fish so I haven't it yet. I'll look in to this. Can you send me an example fishrc so I know where to start? |
Sure @michaeldfallen. fish config usually stored in
and |
would be nice to have git-radar in one of the tackle themes https://github.com/justinmayer/tackle instead of vcprompt |
+1 |
1 similar comment
+1 |
@BoGeM Nice! My alternate version that matches the existing prompt that I had: function fish_prompt
echo -n (whoami)@(hostname|cut -d . -f 1)
echo -n " "
set_color $fish_color_cwd
echo -n (prompt_pwd)
git-radar --fish -fetch
set_color normal
echo -n '> '
end I guess the Brew formula just needs to be updated now, as there's no |
@tooolbox thanks :) |
I cloned your repository. I am currently using da76c7d |
Awesome project. Put up an example omf theme based on git-radar here: https://github.com/kenglxn/git-radar-omf-theme |
...would be nice
The text was updated successfully, but these errors were encountered: