Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fish support of the zsh script introduced in [knqyf263/pet](https://github.com/k
If you use fisher or oh-my-fish, install with the following command.

```sh
$ fisher otms61/fish-pet
$ fisher add otms61/fish-pet
```
```sh
$ omf install https://github.com/otms61/fish-pet
Expand All @@ -26,7 +26,7 @@ If you'd like to bind CTRL+S

```
function fish_user_key_bindings
bind \cs 'pet-select --layout=bottom-up'
bind \cs 'pet-select'
end
```

2 changes: 1 addition & 1 deletion functions/prev.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function prev
set line (echo $history[1])
set line (echo $history[2])
pet new $line
end