diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 18:01:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 18:01:31 +0200 |
commit | a92099ecde96541a0189e804b0babc46e7e38d6c (patch) | |
tree | c0d216be0e298adec76092cc9e89eb1f97245c69 /weechat | |
parent | 37ff6b04b521b95be33222c179f3f65bab7b4f28 (diff) | |
download | dotfiles-a92099ecde96541a0189e804b0babc46e7e38d6c.tar.xz |
weechat: script: dir -> path
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat')
-rw-r--r-- | weechat/script.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/script.conf b/weechat/script.conf index 0c2b224..95c8c57 100644 --- a/weechat/script.conf +++ b/weechat/script.conf @@ -43,7 +43,7 @@ text_version_selected = lightmagenta [scripts] autoload = on cache_expire = 60 -dir = "%h/script" hold = "" +path = "%h/script" url = "http://www.weechat.org/files/plugins.xml.gz" url_force_https = on |