diff options
author | Tharre <tharre3@gmail.com> | 2021-12-19 02:56:33 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2021-12-19 03:27:14 +0100 |
commit | ca1dd9561f68ac27561a2f6a0f13bb05130fe899 (patch) | |
tree | c2de4786c97a7e35ff13c5df624b4e769c66579b /.weechat | |
parent | 6bf9bec035c5eb4804efefcae17c990b684d0417 (diff) | |
download | dotfiles-ca1dd9561f68ac27561a2f6a0f13bb05130fe899.tar.gz dotfiles-ca1dd9561f68ac27561a2f6a0f13bb05130fe899.tar.xz dotfiles-ca1dd9561f68ac27561a2f6a0f13bb05130fe899.zip |
weechat: use new passphrase_command instead of env
Diffstat (limited to '.weechat')
-rw-r--r-- | .weechat/sec.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.weechat/sec.conf b/.weechat/sec.conf index 2e4226a..85d583a 100644 --- a/.weechat/sec.conf +++ b/.weechat/sec.conf @@ -12,7 +12,7 @@ [crypt] cipher = aes256 hash_algo = sha256 -passphrase_command = "" +passphrase_command = "/usr/bin/pass personal/weechat" salt = off [data] |