Minor edits

This commit is contained in:
Ilan Cosman 2020-07-16 20:21:09 -07:00
parent 311d3b72cb
commit 8b208bc130
2 changed files with 2 additions and 6 deletions

View File

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

View File

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