view zshrc-ipv6 @ 160:c35d56590441

add the two helper scripts for gentoo that are requied on all hosts
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 23 Dec 2019 11:41:35 +0100
parents 129d5bcd9814
children
line wrap: on
line source

alias ip4="ip -4"
alias ip6="ip -6"
alias ipt="iptables"
alias ipt6="ip6tables"
alias p4="ping -4"
alias p6="ping -6"
alias s6="shorewall6"