From 6e0199cbbfd17bd4d5df938624544cb603f863f5 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 8 Jun 2015 14:26:45 +0200 Subject: [PATCH] Add a count to 3 for ping6 (like ping) --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f3fa857..c4c1a93 100644 --- a/zshrc +++ b/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"