mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-28 02:06:30 +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:
|
Source and run the install function:
|
||||||
|
|
||||||
```fish
|
```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
|
# Features
|
||||||
|
@ -35,13 +35,14 @@ function tide_install -a branch
|
|||||||
|
|
||||||
set_color $_tide_color_green
|
set_color $_tide_color_green
|
||||||
printf '%s\n' 'Tide theme installed!'
|
printf '%s\n' 'Tide theme installed!'
|
||||||
set_color $fish_color_normal
|
set_color normal
|
||||||
|
printf '%s\n'
|
||||||
|
|
||||||
if _user_confirm_defaultYes 'Configure tide prompt?'
|
if _user_confirm_defaultYes 'Configure tide prompt?'
|
||||||
tide configure
|
tide configure
|
||||||
else
|
else
|
||||||
printf '%s\n'
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user