Skip to content

Commit

Permalink
fix wrong order of sections in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Dec 6, 2022
1 parent 0469c21 commit 5ab4a2b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ Add below in your `.zshrc`
zinit load atusy/gh-fzf
```
### For `bash`-inconpatible users
If your system has `bash`, then add `gh-fzf/bin` to `PATH`
``` fish
# For fish shell
fish_add_path path/to/gh-fzf/bin
```

## Tips

### Alias
Expand All @@ -63,12 +72,3 @@ alias glab=glabf
```

would be useful as enhanced commands do not conflict with original commands.

### For `bash`-inconpatible users

If your system has `bash`, then add `gh-fzf/bin` to `PATH`

``` fish
# For fish shell
fish_add_path path/to/gh-fzf/bin
```

0 comments on commit 5ab4a2b

Please sign in to comment.