diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-20 19:21:41 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:38:10 +0200 |
commit | f7cf86bdf9f57744a988cfa5c378befe8ac9c604 (patch) | |
tree | 23736a7b8705fc1e2b67d5edbc23c6b538b7f996 /weechat | |
parent | 88c206731fd7f32760058f9405f12a3fa19d3bd1 (diff) | |
download | dotfiles-f7cf86bdf9f57744a988cfa5c378befe8ac9c604.tar.xz |
weechat: Don't keep sec.conf in repo
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat')
-rw-r--r-- | weechat/sec.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/weechat/sec.conf b/weechat/sec.conf deleted file mode 100644 index 8c60d03..0000000 --- a/weechat/sec.conf +++ /dev/null @@ -1,18 +0,0 @@ -# -# weechat -- sec.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 -# - -[crypt] -cipher = aes256 -hash_algo = sha256 -passphrase_file = "" -salt = on - -[data] |