Mercurial > hg > zsh-env
view zshrc-ipv6 @ 148:238d7d13bce7
use the openjdk-bin ebuild from gentoo
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 23 Oct 2018 17:43:25 +0200 |
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"