From 72dbf5e3e71ce981b72bd2ef40ee1179125eff7c Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Thu, 21 May 2020 19:28:50 -0700 Subject: [PATCH] Add git.io vanity link --- README.md | 2 +- install.fish | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ff113e..bf51fce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Tide is a Fish theme inspired by [Powerlevel10k](https://github.com/romkatv/powe Source and run the install function: ```fish -curl -s https://raw.githubusercontent.com/IlanCosman/tide/master/install.fish | source; and tide_install +curl -L# git.io/tide-fish | source; and tide_install ``` # Features diff --git a/install.fish b/install.fish index 992d2de..5bc5c86 100644 --- a/install.fish +++ b/install.fish @@ -35,13 +35,14 @@ function tide_install -a branch set_color $_tide_color_green printf '%s\n' 'Tide theme installed!' - set_color $fish_color_normal + set_color normal + printf '%s\n' if _user_confirm_defaultYes 'Configure tide prompt?' tide configure else printf '%s\n' - printf '%s\n' 'Run tide configure to configure your prompt.' + printf '%s\n' 'Run tide configure to customize your prompt.' end end