Add a count to 3 for ping6 (like ping)
This commit is contained in:
parent
45c99f553c
commit
6e0199cbbf
3
zshrc
3
zshrc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user