Mercurial > hg > zsh-env
annotate zshrc-ipv6 @ 133:4a181ed71eb5
use EX_LOCATION if defined, fall back to EPM_LOCATION
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 19 Jun 2018 07:50:16 +0200 |
parents | 129d5bcd9814 |
children |
rev | line source |
---|---|
128
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 alias ip4="ip -4" |
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 alias ip6="ip -6" |
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 alias ipt="iptables" |
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 alias ipt6="ip6tables" |
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 alias p4="ping -4" |
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 alias p6="ping -6" |
129d5bcd9814
add zsh modules for inclusion
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 alias s6="shorewall6" |