summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-06-28 20:11:52 +0200
committerTharre <tharre3@gmail.com>2018-06-28 20:11:52 +0200
commiteebab1c80ee55425bd9f54e177128ba28bb07fd6 (patch)
tree916d1152e64ea376b82ff00c579d4f6e7f2037fc /.zshrc
parent7609ce83f1d7f821fcc4c33d1ab265734c97c5f1 (diff)
downloaddotfiles-eebab1c80ee55425bd9f54e177128ba28bb07fd6.tar.gz
dotfiles-eebab1c80ee55425bd9f54e177128ba28bb07fd6.tar.xz
dotfiles-eebab1c80ee55425bd9f54e177128ba28bb07fd6.zip
weechat: use password from pass
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 17025f4..7fcae09 100644
--- a/.zshrc
+++ b/.zshrc
@@ -115,6 +115,7 @@ export PATH="$HOME/bin:$PATH"
alias xclip="xclip -selection c"
alias open="xdg-open"
+alias wee='WEECHAT_PASSPHRASE="$(pass personal/weechat)" weechat'
## env
export EDITOR=vim