summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.weechat/sec.conf2
-rw-r--r--.zshrc2
2 files changed, 2 insertions, 2 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]
diff --git a/.zshrc b/.zshrc
index d5730f6..f1c8e42 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,7 +13,7 @@ alias lsa='ls -lah'
alias history='fc -l 1'
alias xclip="xclip -selection c"
alias open="xdg-open"
-alias wee='WEECHAT_PASSPHRASE="$(pass personal/weechat)" weechat'
+alias wee='weechat'
alias which-command='whence'
alias ta='exec tmux new -A -s 1'