Skip to content
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

Add usage for fish shell #18

Closed
wants to merge 3 commits into from
Closed

Add usage for fish shell #18

wants to merge 3 commits into from

Conversation

n10v
Copy link
Contributor

@n10v n10v commented Aug 26, 2015

No description provided.

function fish_prompt
set_color $fish_color_cwd
echo -n (prompt_pwd)
git-radar --bash -fetch
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know the --bash option will work for fish shellers but should we provide a --fish, initially as an alias of --bash. That way we can provide a native fish prompt in the future without changing the interface?

All it needs is a change in git-radar:

if [[ "$command" == "--bash" || "$command" == "--fish" ]]; then
  $dot/prompt.bash
fi

@n10v
Copy link
Contributor Author

n10v commented Aug 27, 2015

Yes, I think it would be better

@n10v n10v mentioned this pull request Aug 27, 2015
@michaeldfallen
Copy link
Owner

Closing as #23 has added this functionality

@n10v
Copy link
Contributor Author

n10v commented Aug 27, 2015

#23 doesn't add this functionality
This PR just edit README file, that #23 don't

@n10v n10v deleted the fish branch October 24, 2016 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants