view zshrc-ipv6 @ 164:20ac5fedc060

remove the locale hack
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 20 Jan 2020 10:12:48 +0100 (2020-01-20)
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"