Skip to content

Commit

Permalink
Merge pull request #80 from howardburgess/fish-usage-in-readme
Browse files Browse the repository at this point in the history
Remove duplicated fish flag from README
  • Loading branch information
mroth authored Oct 24, 2023
2 parents 866e1aa + 25add70 commit 54fb23b
Showing 1 changed file with 8 additions and 4 deletions.
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

0 comments on commit 54fb23b

Please sign in to comment.