summaryrefslogtreecommitdiffstats
path: root/roles/common/files/zshrc
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2015-01-09 23:27:36 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2015-01-09 23:27:36 +0100
commit2bcfdeb042eea7dee32ad8e1b55c4c0029de2645 (patch)
tree1f526441b7e862ede9d230d3527381428c8f9976 /roles/common/files/zshrc
parent0238c3e556273f147ab3810cd3c49d8462362d11 (diff)
downloadplaybooks-ansible-2bcfdeb042eea7dee32ad8e1b55c4c0029de2645.tar.gz
playbooks-ansible-2bcfdeb042eea7dee32ad8e1b55c4c0029de2645.tar.xz
playbooks-ansible-2bcfdeb042eea7dee32ad8e1b55c4c0029de2645.zip
Add new virtual machine in computers park
Use Tor for xmpp client poezio Remove postfix stuff in common role, new role for postfix will be created later Add condition on GPM service as quickfix Add proxychains package installation on all hosts Update conditions in torrc template file using host_vars Add Tor relay fingerprint of new node
Diffstat (limited to 'roles/common/files/zshrc')
-rw-r--r--roles/common/files/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/files/zshrc b/roles/common/files/zshrc
index 244cd99..3adbe7e 100644
--- a/roles/common/files/zshrc
+++ b/roles/common/files/zshrc
@@ -24,7 +24,7 @@ alias screenoff='xset dpms force off'
alias ltx='tmux ls'
alias atx='tmux attach -t'
alias addkey='gpg --keyserver hkp://keys.fedoraproject.org --recv-key'
-alias poezio='tmux -2 new-session -s poezio -n poezio-debug "poezio --debug ~/.local/share/poezio/debug.log"'
+alias poezio='tmux -2 new-session -s poezio -n "poezio-debug by tor" "proxychains poezio --debug ~/.local/share/poezio/debug.log"'
# Define personal variables
if [ -f $HOME/bin/setvars ]; then