Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Update GitHub repository renaming #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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 @@ -14,7 +14,7 @@ fisher pyenv

## Notes

You need <https://github.com/yyuu/pyenv> to use this plugin.
You need <https://github.com/pyenv/pyenv> to use this plugin.

This plugin replaces what `status --is-interactive; and . (pyenv init -|psub)`
does in a more fishy way. This brings the startup time of your shell down
Expand All @@ -32,4 +32,4 @@ up your environment accordingly.
[slack-link]: https://fisherman-wharf.herokuapp.com/
[slack-badge]: https://fisherman-wharf.herokuapp.com/badge.svg
[fisherman]: https://github.com/fisherman/fisherman
[pyenv]: https://github.com/yyuu/pyenv
[pyenv]: https://github.com/pyenv/pyenv
2 changes: 1 addition & 1 deletion conf.d/pyenv.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if not command -s pyenv > /dev/null
echo "Install <github.com/yyuu/pyenv> to use 'pyenv'."
echo "Install <github.com/pyenv/pyenv> to use 'pyenv'."
exit 1
end

Expand Down