mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 09:26:27 +03:00
Add git.io vanity link
This commit is contained in:
parent
256c24e895
commit
72dbf5e3e7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user