mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
#
|
|
# 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/weechat/quickstart/
|
|
#
|
|
|
|
[command]
|
|
default_options = ""
|
|
purge_delay = 0
|
|
shell = "${env:SHELL}"
|
|
|
|
[color]
|
|
flag_finished = lightred
|
|
flag_running = lightgreen
|