summaryrefslogtreecommitdiffstats
path: root/roles/common/files/zshrc
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2015-10-13 15:02:16 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2015-10-13 15:02:16 +0200
commit66293e20bd06723887b3217a91324e154f2792f9 (patch)
tree1c084a2463902e1b1b5538dfbc3ac1e5ba1672b6 /roles/common/files/zshrc
parent765368bb7c07dbf6b510bdfb6210fcfe4ba9d489 (diff)
downloadplaybooks-ansible-66293e20bd06723887b3217a91324e154f2792f9.tar.gz
playbooks-ansible-66293e20bd06723887b3217a91324e154f2792f9.tar.xz
playbooks-ansible-66293e20bd06723887b3217a91324e154f2792f9.zip
Enhancement update part 2
Diffstat (limited to 'roles/common/files/zshrc')
-rw-r--r--roles/common/files/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/common/files/zshrc b/roles/common/files/zshrc
index a1a67af..693d06c 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 by tor" "proxychains poezio --debug ~/.local/share/poezio/debug.log"'
+alias poezio='tmux -2 new-session -s poezio -n "poezio-debug by tor" "proxychains4 poezio --debug ~/.local/share/poezio/debug.log"'
# Define personal variables
if [ -f $HOME/bin/setvars ]; then
@@ -34,7 +34,7 @@ fi
# Print fedora linux logo in interactive shell
if [ -n "$PS1" ]; then
if which linux_logo >/dev/null 2>&1; then
- linux_logo -L 26 -F "Bienvenue sur l'hôte #H\n#V, Compilé #C \n#P #X #T, #R, #U"
+ linux_logo -L fedora -F "Bienvenue sur l'hôte #H\n#V, Compilé #C \n#P #X #T, #R, #U"
fi
fi