mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-27 03:33:26 +03:00
Minor edits
This commit is contained in:
parent
311d3b72cb
commit
8b208bc130
@ -171,7 +171,7 @@ Download these four ttf files:
|
||||
- [MesloLGS NF Italic.ttf][]
|
||||
- [MesloLGS NF Bold Italic.ttf][]
|
||||
|
||||
Open each file and click "Install". This will make the `Sauce Code Pro` font available to all applications on your system. Configure your terminal to use this font.
|
||||
Open each file and click "Install". This will make the `MesloLGS NF` font available to all applications on your system. Configure your terminal to use this font.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
|
@ -26,14 +26,10 @@ function _tide_sub_uninstall
|
||||
end
|
||||
|
||||
# -----------------------------Erase Theme Variables------------------------------
|
||||
for var in $_tide_var_immutable_list
|
||||
for var in $_tide_var_immutable_list $_tide_var_list
|
||||
set -e $var
|
||||
end
|
||||
set -e _tide_var_immutable_list
|
||||
|
||||
for var in $_tide_var_list
|
||||
set -e $var
|
||||
end
|
||||
set -e _tide_var_list
|
||||
|
||||
printf '%s\n' 'Tide theme uninstalled.'
|
||||
|
Loading…
Reference in New Issue
Block a user