view zshrc-ipv6 @ 168:75e3f2d8368c

move the ll and lr functions into the general zshrc
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 03:15:18 +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"