From 31eb7ea1017c8d91b386c74a21dc5cb3d17afb14 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 Feb 2023 02:53:35 +0900 Subject: Initial commit --- exec.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 exec.conf (limited to 'exec.conf') diff --git a/exec.conf b/exec.conf new file mode 100644 index 0000000..cb3bb91 --- /dev/null +++ b/exec.conf @@ -0,0 +1,19 @@ +# +# weechat -- exec.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use commands like /set or /fset to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart/ +# + +[command] +default_options = "" +purge_delay = 0 +shell = "${env:SHELL}" + +[color] +flag_finished = lightred +flag_running = lightgreen -- cgit 1.4.1