From 57b842f32e81caa7f44a3146c8678f9c3c805d38 Mon Sep 17 00:00:00 2001 From: Sankalp Khare Date: Wed, 15 Mar 2023 05:37:44 +0530 Subject: [PATCH] Fix incorrect topgrade config --- .config/topgrade.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/topgrade.toml b/.config/topgrade.toml index 96a9fe6..9a790ea 100644 --- a/.config/topgrade.toml +++ b/.config/topgrade.toml @@ -5,6 +5,9 @@ #disable = ["system", "emacs"] disable = ["gem", "pipx", "node", "pip3", "gnome_shell_extensions", "vagrant", "ruby_gems", "tlmgr", "helm"] +# disable the new text at launch which speaks of a notify-send issue +display_preamble = false + # Ignore failures for these steps #ignore_failures = ["powershell"] @@ -83,5 +86,3 @@ disable = ["gem", "pipx", "node", "pip3", "gnome_shell_extensions", "vagrant", " # manager such as Scoop to Cargo #self_rename = true -# disable the new text at launch which speaks of a notify-send issue -display_preamble = false