From 41d5fe0ca68dff53aeb0fbb75e8dc12c41120a2d Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 6 Oct 2018 09:59:54 +0900 Subject: [PATCH] doc: use git.io/fisher as installation URL since it was restored --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60287e1..f1034ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ before_install: - sudo apt-get update - sudo apt-get -y install fish script: - - curl https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish --create-dirs -so ~/.config/fish/functions/fisher.fish + - curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish - fish -c "fisher version" diff --git a/README.md b/README.md index 01e7fea..dd5d457 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download fisher to your fish functions directory or any directory in your $fish_ ```fish -curl https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish --create-dirs -sLo ~/.config/fish/functions/fisher.fish +curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish ``` If the [XDG_CONFIG_HOME](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables) environment variable is defined on your system, use $XDG_CONFIG_HOME/fish to resolve the path to your fish configuration directory instead of ~/.config/fish.