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

Remove duplicated fish flag from README #80

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ have it functioning on Windows soon as well.

[scmbreeze]: https://github.com/ndbroadbent/scm_breeze


## Installation

[Download] the binary for your platform, and copy it to `/usr/local/bin` or
Expand All @@ -26,23 +27,26 @@ somewhere else in your default `$PATH`.
Alternately, if you use [homebrew], you can just: `brew install scmpuff`. :beer:

[download]: https://github.com/mroth/scmpuff/releases/latest
[homebrew]: http://brew.sh
[homebrew]: https://brew.sh


## Setup

Currently scmpuff supports bash and zsh for all functionality.
Currently scmpuff supports bash, zsh and [fish] for all functionality.

To initialize shell functions, add the following to your `~/.bash_profile` or
`~/.zshrc` file:

eval "$(scmpuff init -s)"

or for Fish, add the following to your `~/.config/fish/config.fish` file:
or for fish, add the following to your `~/.config/fish/config.fish` file:

scmpuff init -s --shell=fish | source
scmpuff init --shell=fish | source

This will define the scmpuff shell functions as well as some handy shortcuts.

[fish]: https://fishshell.com/


## Usage

Expand Down