From d1d7371ccf03c6cc0c9016973298a5b777930377 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Fri, 12 Feb 2016 13:10:23 +0000 Subject: [PATCH] Disable console extension --- extensions/console/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/console/config.yaml b/extensions/console/config.yaml index 7334687c5..25bcee560 100644 --- a/extensions/console/config.yaml +++ b/extensions/console/config.yaml @@ -9,7 +9,7 @@ beef: enable: true name: 'Console' shell: - enable: true + enable: false historyfolder: '~/.beef/' historyfile: 'history'