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"