From 8b208bc1301a1f1b9c2fa135bd0a38019d0df927 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Thu, 16 Jul 2020 20:21:09 -0700 Subject: [PATCH] Minor edits --- README.md | 2 +- functions/_tide_sub_uninstall.fish | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd1871d..e0b72c8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/functions/_tide_sub_uninstall.fish b/functions/_tide_sub_uninstall.fish index 7a08533..c0a95fe 100644 --- a/functions/_tide_sub_uninstall.fish +++ b/functions/_tide_sub_uninstall.fish @@ -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.'