Add a count to 3 for ping6 (like ping)

This commit is contained in:
gardouille 2015-06-08 14:26:45 +02:00
parent 45c99f553c
commit 6e0199cbbf
1 changed files with 2 additions and 1 deletions

3
zshrc
View File

@ -124,7 +124,7 @@ alias untargz='tar -zxvf'
alias untarbz2='tar -jxvf'
# Terminal multiplexer
alias toto='tmux -f ~/.tmux/tmux.conf a -t 0 '
alias toto='tmux -f ~/.tmux/splitHP a -t 0 '
alias ci='screen -x ssh || screen -c ~/.screen/scr.ssh_ci'
## Git
@ -241,6 +241,7 @@ alias httpup="python /home/${USER}/bin/droopy -m \"Salut, c'est Bob l'éponge, e
## Limite l'envoi à 3 requêtes pour ping
alias ping="ping -c 3"
alias ping6="ping6 -c 3"
## JOSM
alias josm="java -jar -Xmx2048M /opt/josm-tested.jar"