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.