From 417215fadae8926f0a5a4d26ae5748c21e254ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Bry=C5=82kowski?= Date: Sat, 16 Jul 2022 16:53:52 +0100 Subject: [PATCH] show tip of the day is default --- pwndbg/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwndbg/prompt.py b/pwndbg/prompt.py index cbfce5778..ab67188a2 100644 --- a/pwndbg/prompt.py +++ b/pwndbg/prompt.py @@ -19,7 +19,7 @@ for line in hint_lines: print(message.prompt('pwndbg: ') + message.system(line)) # noinspection PyPackageRequirements -show_mod = pwndbg.config.Parameter('show-tip', False, 'display tip of the day at startup') +show_mod = pwndbg.config.Parameter('show-tip', True, 'display tip of the day at startup') cur = None