diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:10:40 +0100 |
| commit | 483da16cc098deaa4bf75d2d70b833b852c12091 (patch) | |
| tree | 92919841eb417f2ffee36f7157cd6c6b809d2315 /weechat/exec.conf | |
| parent | d24dc26fdab9e62f120ea232302b754a2dc6d3e8 (diff) | |
Update weechat config
Diffstat (limited to 'weechat/exec.conf')
| -rw-r--r-- | weechat/exec.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/weechat/exec.conf b/weechat/exec.conf new file mode 100644 index 0000000..db02a5b --- /dev/null +++ b/weechat/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 /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart +# + +[command] +default_options = "" +purge_delay = 0 +shell = "sh" + +[color] +flag_finished = lightred +flag_running = lightgreen |