From 2ff847d5b4b5a70243f8a3a57223938ff76dbe87 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 6 Feb 2022 15:05:20 -0500 Subject: [PATCH] Added default conf --- menushell.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 menushell.conf diff --git a/menushell.conf b/menushell.conf new file mode 100644 index 0000000..70c596c --- /dev/null +++ b/menushell.conf @@ -0,0 +1,6 @@ +#!/bin/bash + +export browser="/usr/bin/elinks" +export mailer="/usr/bin/alpine" +export cli="/bin/bash -il" +export chat="/usr/bin/weechat"