Add git.io vanity link

This commit is contained in:
Ilan Cosman 2020-05-21 19:28:50 -07:00
parent 256c24e895
commit 72dbf5e3e7
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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